COLOR #CCEFD5

HEX: #CCEFD5 RGB: (204,239,213)

Color info

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

RGB color model

#CCEFD5 color RGB value is (204,239,213).

RGB: (204,239,213) (80%, 94%, 84%)

RGB channels and saturation

R 204 of 255 = 80%
G 239 of 255 = 94%
B 213 of 255 = 84%

204
239
213

R + G + B ~ 86%. #CCEFD5 is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 239 + 213 = 656 (100%)
R 204 of 656 ~ 31.1%
G 239 of 656 ~ 36.43%
B 213 of 656 ~ 32.47'%

%31.1
%36.43
%32.47

CMYK color model

#CCEFD5 color CMYK value is (15,0,11,6).

  • cyan value is 14.64%
  • magenta value is 0.00%
  • yellow value is 10.88%
  • key color value is 6.27%

CMYK: (15,0,11,6)
C15M0Y11K6 (15%, 0%, 11%, 6%)
(0.15 / 0.00 / 0.11 / 0.06)

CMYK percentages

%14.64
%0
%10.88
%6.27

Codes

Color #CCEFD5 in popluar color models

CC EF D5
RGB 204 239 213
HSL 135° 52.24% 86.86%
HSB/HSV 135° 14.64% 93.73%
CMYK 14.64% 0.00% 10.88%
6.27%

Color #CCEFD5 in popluar number systems.

HEX CC EF D5
Decimal 204 239 213
Binary 11001100 11101111 11010101
Octal 314 357 325

Shades and tints

Shades of #CCEFD5

#CCEFD5
(204,239,213)
#BADAC2
(186,218,194)
#A8C5AF
(168,197,175)
#96B09C
(150,176,156)
#849B89
(132,155,137)
#728676
(114,134,118)
#607163
(96,113,99)
#4E5C50
(78,92,80)
#3C473D
(60,71,61)
#2A322A
(42,50,42)
#181D17
(24,29,23)
#000000
(0,0,0)

Tints of #CCEFD5

#CCEFD5
(204,239,213)
#D0F0D8
(208,240,216)
#D4F1DB
(212,241,219)
#D8F2DE
(216,242,222)
#DCF3E1
(220,243,225)
#E0F4E4
(224,244,228)
#E4F5E7
(228,245,231)
#E8F6EA
(232,246,234)
#ECF7ED
(236,247,237)
#F0F8F0
(240,248,240)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCEFD5 color. Also use rgb(204,239,213) instead hex code.

Text Font Color

.myTextColor { color: #CCEFD5; }

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

This text font color is #CCEFD5.

Background Color

.myBgColor { background-color: #CCEFD5; }

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

This div background color is #CCEFD5.

Border color

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

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

This div border color is #CCEFD5.

Opacity

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

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

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

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

This text has shadow with #CCEFD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCEFD5.

Preview

Color preview on black background

This text has color #CCEFD5 on black background.


Color preview on white background

This text has color #CCEFD5 on white background.


Black color preview on #CCEFD5 background

This text has black color on #CCEFD5 background.


White color preview on #CCEFD5 background

This text has white color on #CCEFD5 background.


Related colors

Complementary color

Complementary color for #hex is #33102A.


I love getcolorcode.com

Triadic colors

1 #D5CCEF and #EFD5CC with #CCEFD5 are triadic colors.

2 #D5EFCC and #EFCCD5 with #CCEFD5 are triadic colors.