COLOR #CCEEB9

HEX: #CCEEB9 RGB: (204,238,185)

Color info

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

RGB color model

#CCEEB9 color RGB value is (204,238,185).

RGB: (204,238,185) (80%, 93%, 73%)

RGB channels and saturation

R 204 of 255 = 80%
G 238 of 255 = 93%
B 185 of 255 = 73%

204
238
185

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

Portions of RGB colors in percentages

R + G + B = 204 + 238 + 185 = 627 (100%)
R 204 of 627 ~ 32.54%
G 238 of 627 ~ 37.96%
B 185 of 627 ~ 29.51'%

%32.54
%37.96
%29.51

CMYK color model

#CCEEB9 color CMYK value is (14,0,22,7).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 22.27%
  • key color value is 6.67%
CMYK: (14,0,22,7) C14M0Y22K7 (14%,0%,22%,7%) (0.14/0.00/0.22/0.07) 

CMYK percentages

%14.29
%0
%22.27
%6.67

Codes

Color #CCEEB9 in popluar color models

CC EE B9
RGB 204 238 185
HSL 98° 60.92% 82.94%
HSB/HSV 98° 22.27% 93.33%
CMYK 14.29% 0.00% 22.27%
6.67%

Color #CCEEB9 in popluar number systems.

HEX CC EE B9
Decimal 204 238 185
Binary 11001100 11101110 10111001
Octal 314 356 271

Shades and tints

Shades of #CCEEB9

#CCEEB9
(204,238,185)
#BAD9A9
(186,217,169)
#A8C499
(168,196,153)
#96AF89
(150,175,137)
#849A79
(132,154,121)
#728569
(114,133,105)
#607059
(96,112,89)
#4E5B49
(78,91,73)
#3C4639
(60,70,57)
#2A3129
(42,49,41)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #CCEEB9

#CCEEB9
(204,238,185)
#D0EFBF
(208,239,191)
#D4F0C5
(212,240,197)
#D8F1CB
(216,241,203)
#DCF2D1
(220,242,209)
#E0F3D7
(224,243,215)
#E4F4DD
(228,244,221)
#E8F5E3
(232,245,227)
#ECF6E9
(236,246,233)
#F0F7EF
(240,247,239)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEEB9; }

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

This text font color is #CCEEB9.

Background Color

.myBgColor { background-color: #CCEEB9; }

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

This div background color is #CCEEB9.

Border color

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

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

This div border color is #CCEEB9.

Opacity

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

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

Text with #CCEEB9 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 #CCEEB9;}

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

This text has shadow with #CCEEB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCEEB9.

Preview

Color preview on black background

This text has color #CCEEB9 on black background.


Color preview on white background

This text has color #CCEEB9 on white background.


Black color preview on #CCEEB9 background

This text has black color on #CCEEB9 background.


White color preview on #CCEEB9 background

This text has white color on #CCEEB9 background.


Related colors

Complementary color

Complementary color for #hex is #331146.


I love getcolorcode.com

Triadic colors

1 #B9CCEE and #EEB9CC with #CCEEB9 are triadic colors.

2 #B9EECC and #EECCB9 with #CCEEB9 are triadic colors.