COLOR #CEF3F7

HEX: #CEF3F7
RGB: (206,243,247)

Color info

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

RGB color model

#CEF3F7 color RGB value is (206,243,247).

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

RGB channels and saturation

R 206 of 255 = 81%
G 243 of 255 = 95%
B 247 of 255 = 97%

206
243
247

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

Portions of RGB colors in percentages

R + G + B =
206 + 243 + 247 = 696 (100%)
R 206 of 696 ~ 29.6%
G 243 of 696 ~ 34.91%
B 247 of 696 ~ 35.49%

%29.6
%34.91
%35.49

CMYK color model

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

  • cyan value is 16.60%
  • magenta value is 1.62%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(17,2,0,3)
C17M2Y0K3 
(17%,2%,0%,3%)
(0.17/0.02/0.00/0.03)	

CMYK percentages

%16.6
%1.62
%0
%3.14

Codes

Color #CEF3F7 in popluar color models

CEF3F7
RGB206243247
HSL186°71.93%88.82%
HSB/HSV186°16.60%96.86%
CMYK16.60%1.62%0.00%
3.14%

Color #CEF3F7 in popluar number systems.

HEXCEF3F7
Decimal206243247
Binary110011101111001111110111
Octal316363367

Shades and tints

Shades of #CEF3F7

#CEF3F7
(206,243,247)
#BCDDE1
(188,221,225)
#AAC7CB
(170,199,203)
#98B1B5
(152,177,181)
#869B9F
(134,155,159)
#748589
(116,133,137)
#626F73
(98,111,115)
#50595D
(80,89,93)
#3E4347
(62,67,71)
#2C2D31
(44,45,49)
#1A171B
(26,23,27)
#000000
(0,0,0)

Tints of #CEF3F7

#CEF3F7
(206,243,247)
#D2F4F7
(210,244,247)
#D6F5F7
(214,245,247)
#DAF6F7
(218,246,247)
#DEF7F7
(222,247,247)
#E2F8F7
(226,248,247)
#E6F9F7
(230,249,247)
#EAFAF7
(234,250,247)
#EEFBF7
(238,251,247)
#F2FCF7
(242,252,247)
#F6FDF7
(246,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEF3F7 color. Also use rgb(206,243,247) instead hex code.

Text Font Color

.myTextColor { color: #CEF3F7; }

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

This text font color is #CEF3F7.


Background Color

.myBgColor { background-color: #CEF3F7; }

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

This div background color is #CEF3F7.


Border color

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

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

This div border color is #CEF3F7.


Opacity

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

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

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

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

This text has shadow with #CEF3F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF3F7 on black background.


Color preview on white background

This text has color #CEF3F7 on white background.



Black color preview on #CEF3F7 background

This text has black color on #CEF3F7 background.


White color preview on #CEF3F7 background

This text has white color on #CEF3F7 background.