COLOR #C5DCFB

HEX: #C5DCFB RGB: (197,220,251)

Color info

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

RGB color model

#C5DCFB color RGB value is (197,220,251).

RGB: (197,220,251) (77%, 86%, 98%)

RGB channels and saturation

R 197 of 255 = 77%
G 220 of 255 = 86%
B 251 of 255 = 98%

197
220
251

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

Portions of RGB colors in percentages

R + G + B = 197 + 220 + 251 = 668 (100%)
R 197 of 668 ~ 29.49%
G 220 of 668 ~ 32.93%
B 251 of 668 ~ 37.57'%

%29.49
%32.93
%37.57

CMYK color model

#C5DCFB color CMYK value is (22,12,0,2).

  • cyan value is 21.51%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (22,12,0,2) C22M12Y0K2 (22%,12%,0%,2%) (0.22/0.12/0.00/0.02) 

CMYK percentages

%21.51
%12.35
%0
%1.57

Codes

Color #C5DCFB in popluar color models

C5 DC FB
RGB 197 220 251
HSL 214° 87.10% 87.84%
HSB/HSV 214° 21.51% 98.43%
CMYK 21.51% 12.35% 0.00%
1.57%

Color #C5DCFB in popluar number systems.

HEX C5 DC FB
Decimal 197 220 251
Binary 11000101 11011100 11111011
Octal 305 334 373

Shades and tints

Shades of #C5DCFB

#C5DCFB
(197,220,251)
#B4C8E5
(180,200,229)
#A3B4CF
(163,180,207)
#92A0B9
(146,160,185)
#818CA3
(129,140,163)
#70788D
(112,120,141)
#5F6477
(95,100,119)
#4E5061
(78,80,97)
#3D3C4B
(61,60,75)
#2C2835
(44,40,53)
#1B141F
(27,20,31)
#000000
(0,0,0)

Tints of #C5DCFB

#C5DCFB
(197,220,251)
#CADFFB
(202,223,251)
#CFE2FB
(207,226,251)
#D4E5FB
(212,229,251)
#D9E8FB
(217,232,251)
#DEEBFB
(222,235,251)
#E3EEFB
(227,238,251)
#E8F1FB
(232,241,251)
#EDF4FB
(237,244,251)
#F2F7FB
(242,247,251)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DCFB; }

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

This text font color is #C5DCFB.

Background Color

.myBgColor { background-color: #C5DCFB; }

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

This div background color is #C5DCFB.

Border color

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

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

This div border color is #C5DCFB.

Opacity

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

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

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

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

This text has shadow with #C5DCFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5DCFB.

Preview

Color preview on black background

This text has color #C5DCFB on black background.


Color preview on white background

This text has color #C5DCFB on white background.


Black color preview on #C5DCFB background

This text has black color on #C5DCFB background.


White color preview on #C5DCFB background

This text has white color on #C5DCFB background.


Related colors

Complementary color

Complementary color for #hex is #3A2304.


I love getcolorcode.com

Triadic colors

1 #FBC5DC and #DCFBC5 with #C5DCFB are triadic colors.

2 #FBDCC5 and #DCC5FB with #C5DCFB are triadic colors.