COLOR #CFE6EB

HEX: #CFE6EB RGB: (207,230,235)

Color info

#CFE6EB contains red, green and blue colors in about the same proportion. Web safe color of #CFE6EB is #CCCCFF (or #CCF).

RGB color model

#CFE6EB color RGB value is (207,230,235).

RGB: (207,230,235) (81%, 90%, 92%)

RGB channels and saturation

R 207 of 255 = 81%
G 230 of 255 = 90%
B 235 of 255 = 92%

207
230
235

R + G + B ~ 88%. #CFE6EB is light color.

Portions of RGB colors in percentages

R + G + B = 207 + 230 + 235 = 672 (100%)
R 207 of 672 ~ 30.8%
G 230 of 672 ~ 34.23%
B 235 of 672 ~ 34.97'%

%30.8
%34.23
%34.97

CMYK color model

#CFE6EB color CMYK value is (12,2,0,8).

  • cyan value is 11.91%
  • magenta value is 2.13%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (12,2,0,8)
C12M2Y0K8 (12%, 2%, 0%, 8%)
(0.12 / 0.02 / 0.00 / 0.08)

CMYK percentages

%11.91
%2.13
%0
%7.84

Codes

Color #CFE6EB in popluar color models

CF E6 EB
RGB 207 230 235
HSL 191° 41.18% 86.67%
HSB/HSV 191° 11.91% 92.16%
CMYK 11.91% 2.13% 0.00%
7.84%

Color #CFE6EB in popluar number systems.

HEX CF E6 EB
Decimal 207 230 235
Binary 11001111 11100110 11101011
Octal 317 346 353

Shades and tints

Shades of #CFE6EB

#CFE6EB
(207,230,235)
#BDD2D6
(189,210,214)
#ABBEC1
(171,190,193)
#99AAAC
(153,170,172)
#879697
(135,150,151)
#758282
(117,130,130)
#636E6D
(99,110,109)
#515A58
(81,90,88)
#3F4643
(63,70,67)
#2D322E
(45,50,46)
#1B1E19
(27,30,25)
#000000
(0,0,0)

Tints of #CFE6EB

#CFE6EB
(207,230,235)
#D3E8EC
(211,232,236)
#D7EAED
(215,234,237)
#DBECEE
(219,236,238)
#DFEEEF
(223,238,239)
#E3F0F0
(227,240,240)
#E7F2F1
(231,242,241)
#EBF4F2
(235,244,242)
#EFF6F3
(239,246,243)
#F3F8F4
(243,248,244)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE6EB color. Also use rgb(207,230,235) instead hex code.

Text Font Color

.myTextColor { color: #CFE6EB; }

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

This text font color is #CFE6EB.

Background Color

.myBgColor { background-color: #CFE6EB; }

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

This div background color is #CFE6EB.

Border color

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

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

This div border color is #CFE6EB.

Opacity

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

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

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

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

This text has shadow with #CFE6EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE6EB.

Preview

Color preview on black background

This text has color #CFE6EB on black background.


Color preview on white background

This text has color #CFE6EB on white background.


Black color preview on #CFE6EB background

This text has black color on #CFE6EB background.


White color preview on #CFE6EB background

This text has white color on #CFE6EB background.


Related colors

Complementary color

Complementary color for #hex is #301914.


I love getcolorcode.com

Triadic colors

1 #EBCFE6 and #E6EBCF with #CFE6EB are triadic colors.

2 #EBE6CF and #E6CFEB with #CFE6EB are triadic colors.