COLOR #CCEEBD

HEX: #CCEEBD
RGB: (204,238,189)

Color info

#CCEEBD contains red, green and blue colors in about the same proportion. Web safe color of #CCEEBD is #CCFFCC (or #CFC).

RGB color model

#CCEEBD color RGB value is (204,238,189).

  • red value is 204;
  • green value is 238;
  • blue value is 189.
RGB:
(204,238,189)
(80%,93%,74%)

RGB channels and saturation

R 204 of 255 = 80%
G 238 of 255 = 93%
B 189 of 255 = 74%

204
238
189

R + G + B ~ 82%. #CCEEBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 238 + 189 = 631 (100%)
R 204 of 631 ~ 32.33%
G 238 of 631 ~ 37.72%
B 189 of 631 ~ 29.95%

%32.33
%37.72
%29.95

CMYK color model

#CCEEBD color CMYK value is (14,0,21,7).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 6.67%
CMYK:
(14,0,21,7)
C14M0Y21K7 
(14%,0%,21%,7%)
(0.14/0.00/0.21/0.07)	

CMYK percentages

%14.29
%0
%20.59
%6.67

Codes

Color #CCEEBD in popluar color models

CCEEBD
RGB204238189
HSL102°59.04%83.73%
HSB/HSV102°20.59%93.33%
CMYK14.29%0.00%20.59%
6.67%

Color #CCEEBD in popluar number systems.

HEXCCEEBD
Decimal204238189
Binary110011001110111010111101
Octal314356275

Shades and tints

Shades of #CCEEBD

#CCEEBD
(204,238,189)
#BAD9AC
(186,217,172)
#A8C49B
(168,196,155)
#96AF8A
(150,175,138)
#849A79
(132,154,121)
#728568
(114,133,104)
#607057
(96,112,87)
#4E5B46
(78,91,70)
#3C4635
(60,70,53)
#2A3124
(42,49,36)
#181C13
(24,28,19)
#000000
(0,0,0)

Tints of #CCEEBD

#CCEEBD
(204,238,189)
#D0EFC3
(208,239,195)
#D4F0C9
(212,240,201)
#D8F1CF
(216,241,207)
#DCF2D5
(220,242,213)
#E0F3DB
(224,243,219)
#E4F4E1
(228,244,225)
#E8F5E7
(232,245,231)
#ECF6ED
(236,246,237)
#F0F7F3
(240,247,243)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCEEBD color. Also use rgb(204,238,189) instead hex code.

Text Font Color

.myTextColor { color: #CCEEBD; }

<p style="color:#CCEEBD">This sample text font color is #CCEEBD.</p>

This text font color is #CCEEBD.


Background Color

.myBgColor { background-color: #CCEEBD; }

<div style="background-color:#CCEEBD">Inner text</div>

This div background color is #CCEEBD.


Border color

.myBorderColor { border: 1px solid #CCEEBD; }

<div style="border:3px solid #CCEEBD">Div</div>

This div border color is #CCEEBD.


Opacity

.myOpacity80 { color: #CCEEBD; opacity: 0.8; }

<p style="color:#CCEEBD;opacity:0.8;">80%</p>

Text with #CCEEBD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CCEEBD;}

<p style="text-shadow: 3px 3px 1px #CCEEBD">Text here.</p>

This text has shadow with #CCEEBD color.

.textShadow {text-shadow: 3px 3px 1px #CCEEBD, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CCEEBD, 5px 5px 20px red">Text here.</p>

This text has shadow with #CCEEBD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCEEBD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CCEEBD, Direction=45, Strength=4)">Text</p>

This text has shadow with #CCEEBD and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CCEEBD;
  -webkit-box-shadow:	1px 1px 3px 2px #CCEEBD;
  box-shadow:		1px 1px 3px 2px #CCEEBD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCEEBD;
-webkit-box-shadow: 1px 1px 3px 2px #CCEEBD;
box-shadow:1px 1px 3px 2px #CCEEBD;">
Div content here</div>
This div box has shadow with color #CCEEBD.

Preview

Color preview on black background

This text has color #CCEEBD on black background.


Color preview on white background

This text has color #CCEEBD on white background.



Black color preview on #CCEEBD background

This text has black color on #CCEEBD background.


White color preview on #CCEEBD background

This text has white color on #CCEEBD background.