COLOR #C5D0FB

HEX: #C5D0FB RGB: (197,208,251)

Color info

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

RGB color model

#C5D0FB color RGB value is (197,208,251).

RGB: (197,208,251) (77%, 82%, 98%)

RGB channels and saturation

R 197 of 255 = 77%
G 208 of 255 = 82%
B 251 of 255 = 98%

197
208
251

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

Portions of RGB colors in percentages

R + G + B = 197 + 208 + 251 = 656 (100%)
R 197 of 656 ~ 30.03%
G 208 of 656 ~ 31.71%
B 251 of 656 ~ 38.26'%

%30.03
%31.71
%38.26

CMYK color model

#C5D0FB color CMYK value is (22,17,0,2).

  • cyan value is 21.51%
  • magenta value is 17.13%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (22,17,0,2)
C22M17Y0K2 (22%, 17%, 0%, 2%)
(0.22 / 0.17 / 0.00 / 0.02)

CMYK percentages

%21.51
%17.13
%0
%1.57

Codes

Color #C5D0FB in popluar color models

C5 D0 FB
RGB 197 208 251
HSL 228° 87.10% 87.84%
HSB/HSV 228° 21.51% 98.43%
CMYK 21.51% 17.13% 0.00%
1.57%

Color #C5D0FB in popluar number systems.

HEX C5 D0 FB
Decimal 197 208 251
Binary 11000101 11010000 11111011
Octal 305 320 373

Shades and tints

Shades of #C5D0FB

#C5D0FB
(197,208,251)
#B4BEE5
(180,190,229)
#A3ACCF
(163,172,207)
#929AB9
(146,154,185)
#8188A3
(129,136,163)
#70768D
(112,118,141)
#5F6477
(95,100,119)
#4E5261
(78,82,97)
#3D404B
(61,64,75)
#2C2E35
(44,46,53)
#1B1C1F
(27,28,31)
#000000
(0,0,0)

Tints of #C5D0FB

#C5D0FB
(197,208,251)
#CAD4FB
(202,212,251)
#CFD8FB
(207,216,251)
#D4DCFB
(212,220,251)
#D9E0FB
(217,224,251)
#DEE4FB
(222,228,251)
#E3E8FB
(227,232,251)
#E8ECFB
(232,236,251)
#EDF0FB
(237,240,251)
#F2F4FB
(242,244,251)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D0FB color. Also use rgb(197,208,251) instead hex code.

Text Font Color

.myTextColor { color: #C5D0FB; }

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

This text font color is #C5D0FB.

Background Color

.myBgColor { background-color: #C5D0FB; }

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

This div background color is #C5D0FB.

Border color

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

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

This div border color is #C5D0FB.

Opacity

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

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

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

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

This text has shadow with #C5D0FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5D0FB.

Preview

Color preview on black background

This text has color #C5D0FB on black background.


Color preview on white background

This text has color #C5D0FB on white background.


Black color preview on #C5D0FB background

This text has black color on #C5D0FB background.


White color preview on #C5D0FB background

This text has white color on #C5D0FB background.


Related colors

Complementary color

Complementary color for #hex is #3A2F04.


I love getcolorcode.com

Triadic colors

1 #FBC5D0 and #D0FBC5 with #C5D0FB are triadic colors.

2 #FBD0C5 and #D0C5FB with #C5D0FB are triadic colors.