COLOR #CFD5EB

HEX: #CFD5EB RGB: (207,213,235)

Color info

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

RGB color model

#CFD5EB color RGB value is (207,213,235).

RGB: (207,213,235) (81%, 84%, 92%)

RGB channels and saturation

R 207 of 255 = 81%
G 213 of 255 = 84%
B 235 of 255 = 92%

207
213
235

R + G + B ~ 86%. #CFD5EB is light color.

Portions of RGB colors in percentages

R + G + B = 207 + 213 + 235 = 655 (100%)
R 207 of 655 ~ 31.6%
G 213 of 655 ~ 32.52%
B 235 of 655 ~ 35.88'%

%31.6
%32.52
%35.88

CMYK color model

#CFD5EB color CMYK value is (12,9,0,8).

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

CMYK: (12,9,0,8)
C12M9Y0K8 (12%, 9%, 0%, 8%)
(0.12 / 0.09 / 0.00 / 0.08)

CMYK percentages

%11.91
%9.36
%0
%7.84

Codes

Color #CFD5EB in popluar color models

CF D5 EB
RGB 207 213 235
HSL 227° 41.18% 86.67%
HSB/HSV 227° 11.91% 92.16%
CMYK 11.91% 9.36% 0.00%
7.84%

Color #CFD5EB in popluar number systems.

HEX CF D5 EB
Decimal 207 213 235
Binary 11001111 11010101 11101011
Octal 317 325 353

Shades and tints

Shades of #CFD5EB

#CFD5EB
(207,213,235)
#BDC2D6
(189,194,214)
#ABAFC1
(171,175,193)
#999CAC
(153,156,172)
#878997
(135,137,151)
#757682
(117,118,130)
#63636D
(99,99,109)
#515058
(81,80,88)
#3F3D43
(63,61,67)
#2D2A2E
(45,42,46)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #CFD5EB

#CFD5EB
(207,213,235)
#D3D8EC
(211,216,236)
#D7DBED
(215,219,237)
#DBDEEE
(219,222,238)
#DFE1EF
(223,225,239)
#E3E4F0
(227,228,240)
#E7E7F1
(231,231,241)
#EBEAF2
(235,234,242)
#EFEDF3
(239,237,243)
#F3F0F4
(243,240,244)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFD5EB; }

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

This text font color is #CFD5EB.

Background Color

.myBgColor { background-color: #CFD5EB; }

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

This div background color is #CFD5EB.

Border color

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

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

This div border color is #CFD5EB.

Opacity

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

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

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

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

This text has shadow with #CFD5EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFD5EB.

Preview

Color preview on black background

This text has color #CFD5EB on black background.


Color preview on white background

This text has color #CFD5EB on white background.


Black color preview on #CFD5EB background

This text has black color on #CFD5EB background.


White color preview on #CFD5EB background

This text has white color on #CFD5EB background.


Related colors

Complementary color

Complementary color for #hex is #302A14.


I love getcolorcode.com

Triadic colors

1 #EBCFD5 and #D5EBCF with #CFD5EB are triadic colors.

2 #EBD5CF and #D5CFEB with #CFD5EB are triadic colors.