COLOR #C8D5FD

HEX: #C8D5FD RGB: (200,213,253)

Color info

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

RGB color model

#C8D5FD color RGB value is (200,213,253).

RGB: (200,213,253) (78%, 84%, 99%)

RGB channels and saturation

R 200 of 255 = 78%
G 213 of 255 = 84%
B 253 of 255 = 99%

200
213
253

R + G + B ~ 87%. #C8D5FD is light color.

Portions of RGB colors in percentages

R + G + B = 200 + 213 + 253 = 666 (100%)
R 200 of 666 ~ 30.03%
G 213 of 666 ~ 31.98%
B 253 of 666 ~ 37.99'%

%30.03
%31.98
%37.99

CMYK color model

#C8D5FD color CMYK value is (21,16,0,1).

  • cyan value is 20.95%
  • magenta value is 15.81%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (21,16,0,1)
C21M16Y0K1 (21%, 16%, 0%, 1%)
(0.21 / 0.16 / 0.00 / 0.01)

CMYK percentages

%20.95
%15.81
%0
%0.78

Codes

Color #C8D5FD in popluar color models

C8 D5 FD
RGB 200 213 253
HSL 225° 92.98% 88.82%
HSB/HSV 225° 20.95% 99.22%
CMYK 20.95% 15.81% 0.00%
0.78%

Color #C8D5FD in popluar number systems.

HEX C8 D5 FD
Decimal 200 213 253
Binary 11001000 11010101 11111101
Octal 310 325 375

Shades and tints

Shades of #C8D5FD

#C8D5FD
(200,213,253)
#B6C2E6
(182,194,230)
#A4AFCF
(164,175,207)
#929CB8
(146,156,184)
#8089A1
(128,137,161)
#6E768A
(110,118,138)
#5C6373
(92,99,115)
#4A505C
(74,80,92)
#383D45
(56,61,69)
#262A2E
(38,42,46)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #C8D5FD

#C8D5FD
(200,213,253)
#CDD8FD
(205,216,253)
#D2DBFD
(210,219,253)
#D7DEFD
(215,222,253)
#DCE1FD
(220,225,253)
#E1E4FD
(225,228,253)
#E6E7FD
(230,231,253)
#EBEAFD
(235,234,253)
#F0EDFD
(240,237,253)
#F5F0FD
(245,240,253)
#FAF3FD
(250,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D5FD color. Also use rgb(200,213,253) instead hex code.

Text Font Color

.myTextColor { color: #C8D5FD; }

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

This text font color is #C8D5FD.

Background Color

.myBgColor { background-color: #C8D5FD; }

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

This div background color is #C8D5FD.

Border color

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

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

This div border color is #C8D5FD.

Opacity

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

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

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

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

This text has shadow with #C8D5FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8D5FD.

Preview

Color preview on black background

This text has color #C8D5FD on black background.


Color preview on white background

This text has color #C8D5FD on white background.


Black color preview on #C8D5FD background

This text has black color on #C8D5FD background.


White color preview on #C8D5FD background

This text has white color on #C8D5FD background.


Related colors

Complementary color

Complementary color for #hex is #372A02.


I love getcolorcode.com

Triadic colors

1 #FDC8D5 and #D5FDC8 with #C8D5FD are triadic colors.

2 #FDD5C8 and #D5C8FD with #C8D5FD are triadic colors.