COLOR #CCE5BF

HEX: #CCE5BF
RGB: (204,229,191)

Color info

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

RGB color model

#CCE5BF color RGB value is (204,229,191).

  • red value is 204;
  • green value is 229;
  • blue value is 191.
RGB:
(204,229,191)
(80%,90%,75%)

RGB channels and saturation

R 204 of 255 = 80%
G 229 of 255 = 90%
B 191 of 255 = 75%

204
229
191

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

Portions of RGB colors in percentages

R + G + B =
204 + 229 + 191 = 624 (100%)
R 204 of 624 ~ 32.69%
G 229 of 624 ~ 36.7%
B 191 of 624 ~ 30.61%

%32.69
%36.7
%30.61

CMYK color model

#CCE5BF color CMYK value is (11,0,17,10).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 16.59%
  • key color value is 10.20%
CMYK:
(11,0,17,10)
C11M0Y17K10 
(11%,0%,17%,10%)
(0.11/0.00/0.17/0.10)	

CMYK percentages

%10.92
%0
%16.59
%10.2

Codes

Color #CCE5BF in popluar color models

CCE5BF
RGB204229191
HSL99°42.22%82.35%
HSB/HSV99°16.59%89.80%
CMYK10.92%0.00%16.59%
10.20%

Color #CCE5BF in popluar number systems.

HEXCCE5BF
Decimal204229191
Binary110011001110010110111111
Octal314345277

Shades and tints

Shades of #CCE5BF

#CCE5BF
(204,229,191)
#BAD1AE
(186,209,174)
#A8BD9D
(168,189,157)
#96A98C
(150,169,140)
#84957B
(132,149,123)
#72816A
(114,129,106)
#606D59
(96,109,89)
#4E5948
(78,89,72)
#3C4537
(60,69,55)
#2A3126
(42,49,38)
#181D15
(24,29,21)
#000000
(0,0,0)

Tints of #CCE5BF

#CCE5BF
(204,229,191)
#D0E7C4
(208,231,196)
#D4E9C9
(212,233,201)
#D8EBCE
(216,235,206)
#DCEDD3
(220,237,211)
#E0EFD8
(224,239,216)
#E4F1DD
(228,241,221)
#E8F3E2
(232,243,226)
#ECF5E7
(236,245,231)
#F0F7EC
(240,247,236)
#F4F9F1
(244,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE5BF color. Also use rgb(204,229,191) instead hex code.

Text Font Color

.myTextColor { color: #CCE5BF; }

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

This text font color is #CCE5BF.


Background Color

.myBgColor { background-color: #CCE5BF; }

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

This div background color is #CCE5BF.


Border color

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

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

This div border color is #CCE5BF.


Opacity

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

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

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

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

This text has shadow with #CCE5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE5BF on black background.


Color preview on white background

This text has color #CCE5BF on white background.



Black color preview on #CCE5BF background

This text has black color on #CCE5BF background.


White color preview on #CCE5BF background

This text has white color on #CCE5BF background.