COLOR #CCE3BB

HEX: #CCE3BB RGB: (204,227,187)

Color info

#CCE3BB contains red, green and blue colors in about the same proportion. Web safe color of #CCE3BB is #CCCCCC (or #CCC).

RGB color model

#CCE3BB color RGB value is (204,227,187).

RGB: (204,227,187) (80%, 89%, 73%)

RGB channels and saturation

R 204 of 255 = 80%
G 227 of 255 = 89%
B 187 of 255 = 73%

204
227
187

R + G + B ~ 81%. #CCE3BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 227 + 187 = 618 (100%)
R 204 of 618 ~ 33.01%
G 227 of 618 ~ 36.73%
B 187 of 618 ~ 30.26'%

%33.01
%36.73
%30.26

CMYK color model

#CCE3BB color CMYK value is (10,0,18,11).

  • cyan value is 10.13%
  • magenta value is 0.00%
  • yellow value is 17.62%
  • key color value is 10.98%

CMYK: (10,0,18,11)
C10M0Y18K11 (10%, 0%, 18%, 11%)
(0.10 / 0.00 / 0.18 / 0.11)

CMYK percentages

%10.13
%0
%17.62
%10.98

Codes

Color #CCE3BB in popluar color models

CC E3 BB
RGB 204 227 187
HSL 95° 41.67% 81.18%
HSB/HSV 95° 17.62% 89.02%
CMYK 10.13% 0.00% 17.62%
10.98%

Color #CCE3BB in popluar number systems.

HEX CC E3 BB
Decimal 204 227 187
Binary 11001100 11100011 10111011
Octal 314 343 273

Shades and tints

Shades of #CCE3BB

#CCE3BB
(204,227,187)
#BACFAA
(186,207,170)
#A8BB99
(168,187,153)
#96A788
(150,167,136)
#849377
(132,147,119)
#727F66
(114,127,102)
#606B55
(96,107,85)
#4E5744
(78,87,68)
#3C4333
(60,67,51)
#2A2F22
(42,47,34)
#181B11
(24,27,17)
#000000
(0,0,0)

Tints of #CCE3BB

#CCE3BB
(204,227,187)
#D0E5C1
(208,229,193)
#D4E7C7
(212,231,199)
#D8E9CD
(216,233,205)
#DCEBD3
(220,235,211)
#E0EDD9
(224,237,217)
#E4EFDF
(228,239,223)
#E8F1E5
(232,241,229)
#ECF3EB
(236,243,235)
#F0F5F1
(240,245,241)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE3BB color. Also use rgb(204,227,187) instead hex code.

Text Font Color

.myTextColor { color: #CCE3BB; }

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

This text font color is #CCE3BB.

Background Color

.myBgColor { background-color: #CCE3BB; }

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

This div background color is #CCE3BB.

Border color

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

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

This div border color is #CCE3BB.

Opacity

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

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

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

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

This text has shadow with #CCE3BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE3BB.

Preview

Color preview on black background

This text has color #CCE3BB on black background.


Color preview on white background

This text has color #CCE3BB on white background.


Black color preview on #CCE3BB background

This text has black color on #CCE3BB background.


White color preview on #CCE3BB background

This text has white color on #CCE3BB background.


Related colors

Complementary color

Complementary color for #hex is #331C44.


I love getcolorcode.com

Triadic colors

1 #BBCCE3 and #E3BBCC with #CCE3BB are triadic colors.

2 #BBE3CC and #E3CCBB with #CCE3BB are triadic colors.