COLOR #CEFFF9

HEX: #CEFFF9
RGB: (206,255,249)

Color info

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

RGB color model

#CEFFF9 color RGB value is (206,255,249).

  • red value is 206;
  • green value is 255;
  • blue value is 249.
RGB:
(206,255,249)
(81%,100%,98%)

RGB channels and saturation

R 206 of 255 = 81%
G 255 of 255 = 100%
B 249 of 255 = 98%

206
255
249

R + G + B ~ 93%. #CEFFF9 is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 255 + 249 = 710 (100%)
R 206 of 710 ~ 29.01%
G 255 of 710 ~ 35.92%
B 249 of 710 ~ 35.07%

%29.01
%35.92
%35.07

CMYK color model

#CEFFF9 color CMYK value is (19,0,2,0).

  • cyan value is 19.22%
  • magenta value is 0.00%
  • yellow value is 2.35%
  • key color value is 0.00%
CMYK:
(19,0,2,0)
C19M0Y2K0 
(19%,0%,2%,0%)
(0.19/0.00/0.02/0.00)	

CMYK percentages

%19.22
%0
%2.35
%0

Codes

Color #CEFFF9 in popluar color models

CEFFF9
RGB206255249
HSL173°100.00%90.39%
HSB/HSV173°19.22%100.00%
CMYK19.22%0.00%2.35%
0.00%

Color #CEFFF9 in popluar number systems.

HEXCEFFF9
Decimal206255249
Binary110011101111111111111001
Octal316377371

Shades and tints

Shades of #CEFFF9

#CEFFF9
(206,255,249)
#BCE8E3
(188,232,227)
#AAD1CD
(170,209,205)
#98BAB7
(152,186,183)
#86A3A1
(134,163,161)
#748C8B
(116,140,139)
#627575
(98,117,117)
#505E5F
(80,94,95)
#3E4749
(62,71,73)
#2C3033
(44,48,51)
#1A191D
(26,25,29)
#000000
(0,0,0)

Tints of #CEFFF9

#CEFFF9
(206,255,249)
#D2FFF9
(210,255,249)
#D6FFF9
(214,255,249)
#DAFFF9
(218,255,249)
#DEFFF9
(222,255,249)
#E2FFF9
(226,255,249)
#E6FFF9
(230,255,249)
#EAFFF9
(234,255,249)
#EEFFF9
(238,255,249)
#F2FFF9
(242,255,249)
#F6FFF9
(246,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEFFF9 color. Also use rgb(206,255,249) instead hex code.

Text Font Color

.myTextColor { color: #CEFFF9; }

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

This text font color is #CEFFF9.


Background Color

.myBgColor { background-color: #CEFFF9; }

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

This div background color is #CEFFF9.


Border color

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

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

This div border color is #CEFFF9.


Opacity

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

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

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

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

This text has shadow with #CEFFF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEFFF9 on black background.


Color preview on white background

This text has color #CEFFF9 on white background.



Black color preview on #CEFFF9 background

This text has black color on #CEFFF9 background.


White color preview on #CEFFF9 background

This text has white color on #CEFFF9 background.