COLOR #C5D2FC

HEX: #C5D2FC RGB: (197,210,252)

Color info

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

RGB color model

#C5D2FC color RGB value is (197,210,252).

RGB: (197,210,252) (77%, 82%, 99%)

RGB channels and saturation

R 197 of 255 = 77%
G 210 of 255 = 82%
B 252 of 255 = 99%

197
210
252

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

Portions of RGB colors in percentages

R + G + B = 197 + 210 + 252 = 659 (100%)
R 197 of 659 ~ 29.89%
G 210 of 659 ~ 31.87%
B 252 of 659 ~ 38.24'%

%29.89
%31.87
%38.24

CMYK color model

#C5D2FC color CMYK value is (22,17,0,1).

  • cyan value is 21.83%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (22,17,0,1)
C22M17Y0K1 (22%, 17%, 0%, 1%)
(0.22 / 0.17 / 0.00 / 0.01)

CMYK percentages

%21.83
%16.67
%0
%1.18

Codes

Color #C5D2FC in popluar color models

C5 D2 FC
RGB 197 210 252
HSL 226° 90.16% 88.04%
HSB/HSV 226° 21.83% 98.82%
CMYK 21.83% 16.67% 0.00%
1.18%

Color #C5D2FC in popluar number systems.

HEX C5 D2 FC
Decimal 197 210 252
Binary 11000101 11010010 11111100
Octal 305 322 374

Shades and tints

Shades of #C5D2FC

#C5D2FC
(197,210,252)
#B4BFE6
(180,191,230)
#A3ACD0
(163,172,208)
#9299BA
(146,153,186)
#8186A4
(129,134,164)
#70738E
(112,115,142)
#5F6078
(95,96,120)
#4E4D62
(78,77,98)
#3D3A4C
(61,58,76)
#2C2736
(44,39,54)
#1B1420
(27,20,32)
#000000
(0,0,0)

Tints of #C5D2FC

#C5D2FC
(197,210,252)
#CAD6FC
(202,214,252)
#CFDAFC
(207,218,252)
#D4DEFC
(212,222,252)
#D9E2FC
(217,226,252)
#DEE6FC
(222,230,252)
#E3EAFC
(227,234,252)
#E8EEFC
(232,238,252)
#EDF2FC
(237,242,252)
#F2F6FC
(242,246,252)
#F7FAFC
(247,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D2FC color. Also use rgb(197,210,252) instead hex code.

Text Font Color

.myTextColor { color: #C5D2FC; }

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

This text font color is #C5D2FC.

Background Color

.myBgColor { background-color: #C5D2FC; }

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

This div background color is #C5D2FC.

Border color

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

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

This div border color is #C5D2FC.

Opacity

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

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

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

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

This text has shadow with #C5D2FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5D2FC.

Preview

Color preview on black background

This text has color #C5D2FC on black background.


Color preview on white background

This text has color #C5D2FC on white background.


Black color preview on #C5D2FC background

This text has black color on #C5D2FC background.


White color preview on #C5D2FC background

This text has white color on #C5D2FC background.


Related colors

Complementary color

Complementary color for #hex is #3A2D03.


I love getcolorcode.com

Triadic colors

1 #FCC5D2 and #D2FCC5 with #C5D2FC are triadic colors.

2 #FCD2C5 and #D2C5FC with #C5D2FC are triadic colors.