COLOR #CEF1F6

HEX: #CEF1F6 RGB: (206,241,246)

Color info

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

RGB color model

#CEF1F6 color RGB value is (206,241,246).

RGB: (206,241,246) (81%, 95%, 96%)

RGB channels and saturation

R 206 of 255 = 81%
G 241 of 255 = 95%
B 246 of 255 = 96%

206
241
246

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

Portions of RGB colors in percentages

R + G + B = 206 + 241 + 246 = 693 (100%)
R 206 of 693 ~ 29.73%
G 241 of 693 ~ 34.78%
B 246 of 693 ~ 35.5'%

%29.73
%34.78
%35.5

CMYK color model

#CEF1F6 color CMYK value is (16,2,0,4).

  • cyan value is 16.26%
  • magenta value is 2.03%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (16,2,0,4)
C16M2Y0K4 (16%, 2%, 0%, 4%)
(0.16 / 0.02 / 0.00 / 0.04)

CMYK percentages

%16.26
%2.03
%0
%3.53

Codes

Color #CEF1F6 in popluar color models

CE F1 F6
RGB 206 241 246
HSL 188° 68.97% 88.63%
HSB/HSV 188° 16.26% 96.47%
CMYK 16.26% 2.03% 0.00%
3.53%

Color #CEF1F6 in popluar number systems.

HEX CE F1 F6
Decimal 206 241 246
Binary 11001110 11110001 11110110
Octal 316 361 366

Shades and tints

Shades of #CEF1F6

#CEF1F6
(206,241,246)
#BCDCE0
(188,220,224)
#AAC7CA
(170,199,202)
#98B2B4
(152,178,180)
#869D9E
(134,157,158)
#748888
(116,136,136)
#627372
(98,115,114)
#505E5C
(80,94,92)
#3E4946
(62,73,70)
#2C3430
(44,52,48)
#1A1F1A
(26,31,26)
#000000
(0,0,0)

Tints of #CEF1F6

#CEF1F6
(206,241,246)
#D2F2F6
(210,242,246)
#D6F3F6
(214,243,246)
#DAF4F6
(218,244,246)
#DEF5F6
(222,245,246)
#E2F6F6
(226,246,246)
#E6F7F6
(230,247,246)
#EAF8F6
(234,248,246)
#EEF9F6
(238,249,246)
#F2FAF6
(242,250,246)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEF1F6; }

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

This text font color is #CEF1F6.

Background Color

.myBgColor { background-color: #CEF1F6; }

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

This div background color is #CEF1F6.

Border color

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

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

This div border color is #CEF1F6.

Opacity

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

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

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

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

This text has shadow with #CEF1F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEF1F6.

Preview

Color preview on black background

This text has color #CEF1F6 on black background.


Color preview on white background

This text has color #CEF1F6 on white background.


Black color preview on #CEF1F6 background

This text has black color on #CEF1F6 background.


White color preview on #CEF1F6 background

This text has white color on #CEF1F6 background.


Related colors

Complementary color

Complementary color for #hex is #310E09.


I love getcolorcode.com

Triadic colors

1 #F6CEF1 and #F1F6CE with #CEF1F6 are triadic colors.

2 #F6F1CE and #F1CEF6 with #CEF1F6 are triadic colors.