COLOR #CCE4BD

HEX: #CCE4BD
RGB: (204,228,189)

Color info

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

RGB color model

#CCE4BD color RGB value is (204,228,189).

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

RGB channels and saturation

R 204 of 255 = 80%
G 228 of 255 = 89%
B 189 of 255 = 74%

204
228
189

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

Portions of RGB colors in percentages

R + G + B =
204 + 228 + 189 = 621 (100%)
R 204 of 621 ~ 32.85%
G 228 of 621 ~ 36.71%
B 189 of 621 ~ 30.43%

%32.85
%36.71
%30.43

CMYK color model

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

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 10.59%
CMYK:
(11,0,17,11)
C11M0Y17K11 
(11%,0%,17%,11%)
(0.11/0.00/0.17/0.11)	

CMYK percentages

%10.53
%0
%17.11
%10.59

Codes

Color #CCE4BD in popluar color models

CCE4BD
RGB204228189
HSL97°41.94%81.76%
HSB/HSV97°17.11%89.41%
CMYK10.53%0.00%17.11%
10.59%

Color #CCE4BD in popluar number systems.

HEXCCE4BD
Decimal204228189
Binary110011001110010010111101
Octal314344275

Shades and tints

Shades of #CCE4BD

#CCE4BD
(204,228,189)
#BAD0AC
(186,208,172)
#A8BC9B
(168,188,155)
#96A88A
(150,168,138)
#849479
(132,148,121)
#728068
(114,128,104)
#606C57
(96,108,87)
#4E5846
(78,88,70)
#3C4435
(60,68,53)
#2A3024
(42,48,36)
#181C13
(24,28,19)
#000000
(0,0,0)

Tints of #CCE4BD

#CCE4BD
(204,228,189)
#D0E6C3
(208,230,195)
#D4E8C9
(212,232,201)
#D8EACF
(216,234,207)
#DCECD5
(220,236,213)
#E0EEDB
(224,238,219)
#E4F0E1
(228,240,225)
#E8F2E7
(232,242,231)
#ECF4ED
(236,244,237)
#F0F6F3
(240,246,243)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE4BD; }

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

This text font color is #CCE4BD.


Background Color

.myBgColor { background-color: #CCE4BD; }

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

This div background color is #CCE4BD.


Border color

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

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

This div border color is #CCE4BD.


Opacity

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

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

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

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

This text has shadow with #CCE4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE4BD on black background.


Color preview on white background

This text has color #CCE4BD on white background.



Black color preview on #CCE4BD background

This text has black color on #CCE4BD background.


White color preview on #CCE4BD background

This text has white color on #CCE4BD background.