COLOR #CEFAE8

HEX: #CEFAE8
RGB: (206,250,232)

Color info

#CEFAE8 contains red, green and blue colors in about the same proportion. Web safe color of #CEFAE8 is #CCFFFF (or #CFF).

RGB color model

#CEFAE8 color RGB value is (206,250,232).

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

RGB channels and saturation

R 206 of 255 = 81%
G 250 of 255 = 98%
B 232 of 255 = 91%

206
250
232

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

Portions of RGB colors in percentages

R + G + B =
206 + 250 + 232 = 688 (100%)
R 206 of 688 ~ 29.94%
G 250 of 688 ~ 36.34%
B 232 of 688 ~ 33.72%

%29.94
%36.34
%33.72

CMYK color model

#CEFAE8 color CMYK value is (18,0,7,2).

  • cyan value is 17.60%
  • magenta value is 0.00%
  • yellow value is 7.20%
  • key color value is 1.96%
CMYK:
(18,0,7,2)
C18M0Y7K2 
(18%,0%,7%,2%)
(0.18/0.00/0.07/0.02)	

CMYK percentages

%17.6
%0
%7.2
%1.96

Codes

Color #CEFAE8 in popluar color models

CEFAE8
RGB206250232
HSL155°81.48%89.41%
HSB/HSV155°17.60%98.04%
CMYK17.60%0.00%7.20%
1.96%

Color #CEFAE8 in popluar number systems.

HEXCEFAE8
Decimal206250232
Binary110011101111101011101000
Octal316372350

Shades and tints

Shades of #CEFAE8

#CEFAE8
(206,250,232)
#BCE4D3
(188,228,211)
#AACEBE
(170,206,190)
#98B8A9
(152,184,169)
#86A294
(134,162,148)
#748C7F
(116,140,127)
#62766A
(98,118,106)
#506055
(80,96,85)
#3E4A40
(62,74,64)
#2C342B
(44,52,43)
#1A1E16
(26,30,22)
#000000
(0,0,0)

Tints of #CEFAE8

#CEFAE8
(206,250,232)
#D2FAEA
(210,250,234)
#D6FAEC
(214,250,236)
#DAFAEE
(218,250,238)
#DEFAF0
(222,250,240)
#E2FAF2
(226,250,242)
#E6FAF4
(230,250,244)
#EAFAF6
(234,250,246)
#EEFAF8
(238,250,248)
#F2FAFA
(242,250,250)
#F6FAFC
(246,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEFAE8; }

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

This text font color is #CEFAE8.


Background Color

.myBgColor { background-color: #CEFAE8; }

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

This div background color is #CEFAE8.


Border color

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

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

This div border color is #CEFAE8.


Opacity

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

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

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

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

This text has shadow with #CEFAE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEFAE8 on black background.


Color preview on white background

This text has color #CEFAE8 on white background.



Black color preview on #CEFAE8 background

This text has black color on #CEFAE8 background.


White color preview on #CEFAE8 background

This text has white color on #CEFAE8 background.