COLOR #CCE4BF

HEX: #CCE4BF RGB: (204,228,191)

Color info

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

RGB color model

#CCE4BF color RGB value is (204,228,191).

RGB: (204,228,191) (80%, 89%, 75%)

RGB channels and saturation

R 204 of 255 = 80%
G 228 of 255 = 89%
B 191 of 255 = 75%

204
228
191

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

Portions of RGB colors in percentages

R + G + B = 204 + 228 + 191 = 623 (100%)
R 204 of 623 ~ 32.74%
G 228 of 623 ~ 36.6%
B 191 of 623 ~ 30.66'%

%32.74
%36.6
%30.66

CMYK color model

#CCE4BF color CMYK value is (11,0,16,11).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 16.23%
  • key color value is 10.59%

CMYK: (11,0,16,11)
C11M0Y16K11 (11%, 0%, 16%, 11%)
(0.11 / 0.00 / 0.16 / 0.11)

CMYK percentages

%10.53
%0
%16.23
%10.59

Codes

Color #CCE4BF in popluar color models

CC E4 BF
RGB 204 228 191
HSL 99° 40.66% 82.16%
HSB/HSV 99° 16.23% 89.41%
CMYK 10.53% 0.00% 16.23%
10.59%

Color #CCE4BF in popluar number systems.

HEX CC E4 BF
Decimal 204 228 191
Binary 11001100 11100100 10111111
Octal 314 344 277

Shades and tints

Shades of #CCE4BF

#CCE4BF
(204,228,191)
#BAD0AE
(186,208,174)
#A8BC9D
(168,188,157)
#96A88C
(150,168,140)
#84947B
(132,148,123)
#72806A
(114,128,106)
#606C59
(96,108,89)
#4E5848
(78,88,72)
#3C4437
(60,68,55)
#2A3026
(42,48,38)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #CCE4BF

#CCE4BF
(204,228,191)
#D0E6C4
(208,230,196)
#D4E8C9
(212,232,201)
#D8EACE
(216,234,206)
#DCECD3
(220,236,211)
#E0EED8
(224,238,216)
#E4F0DD
(228,240,221)
#E8F2E2
(232,242,226)
#ECF4E7
(236,244,231)
#F0F6EC
(240,246,236)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE4BF; }

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

This text font color is #CCE4BF.

Background Color

.myBgColor { background-color: #CCE4BF; }

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

This div background color is #CCE4BF.

Border color

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

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

This div border color is #CCE4BF.

Opacity

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

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

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

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

This text has shadow with #CCE4BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE4BF.

Preview

Color preview on black background

This text has color #CCE4BF on black background.


Color preview on white background

This text has color #CCE4BF on white background.


Black color preview on #CCE4BF background

This text has black color on #CCE4BF background.


White color preview on #CCE4BF background

This text has white color on #CCE4BF background.


Related colors

Complementary color

Complementary color for #hex is #331B40.


I love getcolorcode.com

Triadic colors

1 #BFCCE4 and #E4BFCC with #CCE4BF are triadic colors.

2 #BFE4CC and #E4CCBF with #CCE4BF are triadic colors.