COLOR #CEFCE5

HEX: #CEFCE5 RGB: (206,252,229)

Color info

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

RGB color model

#CEFCE5 color RGB value is (206,252,229).

RGB: (206,252,229) (81%, 99%, 90%)

RGB channels and saturation

R 206 of 255 = 81%
G 252 of 255 = 99%
B 229 of 255 = 90%

206
252
229

R + G + B ~ 90%. #CEFCE5 is light color.

Portions of RGB colors in percentages

R + G + B = 206 + 252 + 229 = 687 (100%)
R 206 of 687 ~ 29.99%
G 252 of 687 ~ 36.68%
B 229 of 687 ~ 33.33'%

%29.99
%36.68
%33.33

CMYK color model

#CEFCE5 color CMYK value is (18,0,9,1).

  • cyan value is 18.25%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 1.18%

CMYK: (18,0,9,1)
C18M0Y9K1 (18%, 0%, 9%, 1%)
(0.18 / 0.00 / 0.09 / 0.01)

CMYK percentages

%18.25
%0
%9.13
%1.18

Codes

Color #CEFCE5 in popluar color models

CE FC E5
RGB 206 252 229
HSL 150° 88.46% 89.80%
HSB/HSV 150° 18.25% 98.82%
CMYK 18.25% 0.00% 9.13%
1.18%

Color #CEFCE5 in popluar number systems.

HEX CE FC E5
Decimal 206 252 229
Binary 11001110 11111100 11100101
Octal 316 374 345

Shades and tints

Shades of #CEFCE5

#CEFCE5
(206,252,229)
#BCE6D1
(188,230,209)
#AAD0BD
(170,208,189)
#98BAA9
(152,186,169)
#86A495
(134,164,149)
#748E81
(116,142,129)
#62786D
(98,120,109)
#506259
(80,98,89)
#3E4C45
(62,76,69)
#2C3631
(44,54,49)
#1A201D
(26,32,29)
#000000
(0,0,0)

Tints of #CEFCE5

#CEFCE5
(206,252,229)
#D2FCE7
(210,252,231)
#D6FCE9
(214,252,233)
#DAFCEB
(218,252,235)
#DEFCED
(222,252,237)
#E2FCEF
(226,252,239)
#E6FCF1
(230,252,241)
#EAFCF3
(234,252,243)
#EEFCF5
(238,252,245)
#F2FCF7
(242,252,247)
#F6FCF9
(246,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEFCE5 color. Also use rgb(206,252,229) instead hex code.

Text Font Color

.myTextColor { color: #CEFCE5; }

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

This text font color is #CEFCE5.

Background Color

.myBgColor { background-color: #CEFCE5; }

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

This div background color is #CEFCE5.

Border color

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

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

This div border color is #CEFCE5.

Opacity

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

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

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

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

This text has shadow with #CEFCE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEFCE5.

Preview

Color preview on black background

This text has color #CEFCE5 on black background.


Color preview on white background

This text has color #CEFCE5 on white background.


Black color preview on #CEFCE5 background

This text has black color on #CEFCE5 background.


White color preview on #CEFCE5 background

This text has white color on #CEFCE5 background.


Related colors

Complementary color

Complementary color for #hex is #31031A.


I love getcolorcode.com

Triadic colors

1 #E5CEFC and #FCE5CE with #CEFCE5 are triadic colors.

2 #E5FCCE and #FCCEE5 with #CEFCE5 are triadic colors.