COLOR #CEFAE0

HEX: #CEFAE0
RGB: (206,250,224)

Color info

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

RGB color model

#CEFAE0 color RGB value is (206,250,224).

  • red value is 206;
  • green value is 250;
  • blue value is 224.
RGB:
(206,250,224)
(81%,98%,88%)

RGB channels and saturation

R 206 of 255 = 81%
G 250 of 255 = 98%
B 224 of 255 = 88%

206
250
224

R + G + B ~ 89%. #CEFAE0 is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 250 + 224 = 680 (100%)
R 206 of 680 ~ 30.29%
G 250 of 680 ~ 36.76%
B 224 of 680 ~ 32.94%

%30.29
%36.76
%32.94

CMYK color model

#CEFAE0 color CMYK value is (18,0,10,2).

  • cyan value is 17.60%
  • magenta value is 0.00%
  • yellow value is 10.40%
  • key color value is 1.96%
CMYK:
(18,0,10,2)
C18M0Y10K2 
(18%,0%,10%,2%)
(0.18/0.00/0.10/0.02)	

CMYK percentages

%17.6
%0
%10.4
%1.96

Codes

Color #CEFAE0 in popluar color models

CEFAE0
RGB206250224
HSL145°81.48%89.41%
HSB/HSV145°17.60%98.04%
CMYK17.60%0.00%10.40%
1.96%

Color #CEFAE0 in popluar number systems.

HEXCEFAE0
Decimal206250224
Binary110011101111101011100000
Octal316372340

Shades and tints

Shades of #CEFAE0

#CEFAE0
(206,250,224)
#BCE4CC
(188,228,204)
#AACEB8
(170,206,184)
#98B8A4
(152,184,164)
#86A290
(134,162,144)
#748C7C
(116,140,124)
#627668
(98,118,104)
#506054
(80,96,84)
#3E4A40
(62,74,64)
#2C342C
(44,52,44)
#1A1E18
(26,30,24)
#000000
(0,0,0)

Tints of #CEFAE0

#CEFAE0
(206,250,224)
#D2FAE2
(210,250,226)
#D6FAE4
(214,250,228)
#DAFAE6
(218,250,230)
#DEFAE8
(222,250,232)
#E2FAEA
(226,250,234)
#E6FAEC
(230,250,236)
#EAFAEE
(234,250,238)
#EEFAF0
(238,250,240)
#F2FAF2
(242,250,242)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEFAE0 color. Also use rgb(206,250,224) instead hex code.

Text Font Color

.myTextColor { color: #CEFAE0; }

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

This text font color is #CEFAE0.


Background Color

.myBgColor { background-color: #CEFAE0; }

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

This div background color is #CEFAE0.


Border color

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

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

This div border color is #CEFAE0.


Opacity

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

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

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

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

This text has shadow with #CEFAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEFAE0 on black background.


Color preview on white background

This text has color #CEFAE0 on white background.



Black color preview on #CEFAE0 background

This text has black color on #CEFAE0 background.


White color preview on #CEFAE0 background

This text has white color on #CEFAE0 background.