COLOR #CEF1F8

HEX: #CEF1F8
RGB: (206,241,248)

Color info

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

RGB color model

#CEF1F8 color RGB value is (206,241,248).

  • red value is 206;
  • green value is 241;
  • blue value is 248.
RGB:
(206,241,248)
(81%,95%,97%)

RGB channels and saturation

R 206 of 255 = 81%
G 241 of 255 = 95%
B 248 of 255 = 97%

206
241
248

R + G + B ~ 91%. #CEF1F8 is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 241 + 248 = 695 (100%)
R 206 of 695 ~ 29.64%
G 241 of 695 ~ 34.68%
B 248 of 695 ~ 35.68%

%29.64
%34.68
%35.68

CMYK color model

#CEF1F8 color CMYK value is (17,3,0,3).

  • cyan value is 16.94%
  • magenta value is 2.82%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(17,3,0,3)
C17M3Y0K3 
(17%,3%,0%,3%)
(0.17/0.03/0.00/0.03)	

CMYK percentages

%16.94
%2.82
%0
%2.75

Codes

Color #CEF1F8 in popluar color models

CEF1F8
RGB206241248
HSL190°75.00%89.02%
HSB/HSV190°16.94%97.25%
CMYK16.94%2.82%0.00%
2.75%

Color #CEF1F8 in popluar number systems.

HEXCEF1F8
Decimal206241248
Binary110011101111000111111000
Octal316361370

Shades and tints

Shades of #CEF1F8

#CEF1F8
(206,241,248)
#BCDCE2
(188,220,226)
#AAC7CC
(170,199,204)
#98B2B6
(152,178,182)
#869DA0
(134,157,160)
#74888A
(116,136,138)
#627374
(98,115,116)
#505E5E
(80,94,94)
#3E4948
(62,73,72)
#2C3432
(44,52,50)
#1A1F1C
(26,31,28)
#000000
(0,0,0)

Tints of #CEF1F8

#CEF1F8
(206,241,248)
#D2F2F8
(210,242,248)
#D6F3F8
(214,243,248)
#DAF4F8
(218,244,248)
#DEF5F8
(222,245,248)
#E2F6F8
(226,246,248)
#E6F7F8
(230,247,248)
#EAF8F8
(234,248,248)
#EEF9F8
(238,249,248)
#F2FAF8
(242,250,248)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEF1F8 color. Also use rgb(206,241,248) instead hex code.

Text Font Color

.myTextColor { color: #CEF1F8; }

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

This text font color is #CEF1F8.


Background Color

.myBgColor { background-color: #CEF1F8; }

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

This div background color is #CEF1F8.


Border color

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

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

This div border color is #CEF1F8.


Opacity

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

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

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

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

This text has shadow with #CEF1F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF1F8 on black background.


Color preview on white background

This text has color #CEF1F8 on white background.



Black color preview on #CEF1F8 background

This text has black color on #CEF1F8 background.


White color preview on #CEF1F8 background

This text has white color on #CEF1F8 background.