COLOR #CEF0FB

HEX: #CEF0FB
RGB: (206,240,251)

Color info

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

RGB color model

#CEF0FB color RGB value is (206,240,251).

  • red value is 206;
  • green value is 240;
  • blue value is 251.
RGB:
(206,240,251)
(81%,94%,98%)

RGB channels and saturation

R 206 of 255 = 81%
G 240 of 255 = 94%
B 251 of 255 = 98%

206
240
251

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

Portions of RGB colors in percentages

R + G + B =
206 + 240 + 251 = 697 (100%)
R 206 of 697 ~ 29.56%
G 240 of 697 ~ 34.43%
B 251 of 697 ~ 36.01%

%29.56
%34.43
%36.01

CMYK color model

#CEF0FB color CMYK value is (18,4,0,2).

  • cyan value is 17.93%
  • magenta value is 4.38%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(18,4,0,2)
C18M4Y0K2 
(18%,4%,0%,2%)
(0.18/0.04/0.00/0.02)	

CMYK percentages

%17.93
%4.38
%0
%1.57

Codes

Color #CEF0FB in popluar color models

CEF0FB
RGB206240251
HSL195°84.91%89.61%
HSB/HSV195°17.93%98.43%
CMYK17.93%4.38%0.00%
1.57%

Color #CEF0FB in popluar number systems.

HEXCEF0FB
Decimal206240251
Binary110011101111000011111011
Octal316360373

Shades and tints

Shades of #CEF0FB

#CEF0FB
(206,240,251)
#BCDBE5
(188,219,229)
#AAC6CF
(170,198,207)
#98B1B9
(152,177,185)
#869CA3
(134,156,163)
#74878D
(116,135,141)
#627277
(98,114,119)
#505D61
(80,93,97)
#3E484B
(62,72,75)
#2C3335
(44,51,53)
#1A1E1F
(26,30,31)
#000000
(0,0,0)

Tints of #CEF0FB

#CEF0FB
(206,240,251)
#D2F1FB
(210,241,251)
#D6F2FB
(214,242,251)
#DAF3FB
(218,243,251)
#DEF4FB
(222,244,251)
#E2F5FB
(226,245,251)
#E6F6FB
(230,246,251)
#EAF7FB
(234,247,251)
#EEF8FB
(238,248,251)
#F2F9FB
(242,249,251)
#F6FAFB
(246,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEF0FB color. Also use rgb(206,240,251) instead hex code.

Text Font Color

.myTextColor { color: #CEF0FB; }

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

This text font color is #CEF0FB.


Background Color

.myBgColor { background-color: #CEF0FB; }

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

This div background color is #CEF0FB.


Border color

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

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

This div border color is #CEF0FB.


Opacity

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

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

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

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

This text has shadow with #CEF0FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF0FB on black background.


Color preview on white background

This text has color #CEF0FB on white background.



Black color preview on #CEF0FB background

This text has black color on #CEF0FB background.


White color preview on #CEF0FB background

This text has white color on #CEF0FB background.