COLOR #C5C3DA

HEX: #C5C3DA
RGB: (197,195,218)

Color info

#C5C3DA contains red, green and blue colors in about the same proportion. Web safe color of #C5C3DA is #CCCCCC (or #CCC).

RGB color model

#C5C3DA color RGB value is (197,195,218).

  • red value is 197;
  • green value is 195;
  • blue value is 218.
RGB:
(197,195,218)
(77%,76%,85%)

RGB channels and saturation

R 197 of 255 = 77%
G 195 of 255 = 76%
B 218 of 255 = 85%

197
195
218

R + G + B ~ 79%. #C5C3DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 195 + 218 = 610 (100%)
R 197 of 610 ~ 32.3%
G 195 of 610 ~ 31.97%
B 218 of 610 ~ 35.74%

%32.3
%31.97
%35.74

CMYK color model

#C5C3DA color CMYK value is (10,11,0,15).

  • cyan value is 9.63%
  • magenta value is 10.55%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(10,11,0,15)
C10M11Y0K15 
(10%,11%,0%,15%)
(0.10/0.11/0.00/0.15)	

CMYK percentages

%9.63
%10.55
%0
%14.51

Codes

Color #C5C3DA in popluar color models

C5C3DA
RGB197195218
HSL245°23.71%80.98%
HSB/HSV245°10.55%85.49%
CMYK9.63%10.55%0.00%
14.51%

Color #C5C3DA in popluar number systems.

HEXC5C3DA
Decimal197195218
Binary110001011100001111011010
Octal305303332

Shades and tints

Shades of #C5C3DA

#C5C3DA
(197,195,218)
#B4B2C7
(180,178,199)
#A3A1B4
(163,161,180)
#9290A1
(146,144,161)
#817F8E
(129,127,142)
#706E7B
(112,110,123)
#5F5D68
(95,93,104)
#4E4C55
(78,76,85)
#3D3B42
(61,59,66)
#2C2A2F
(44,42,47)
#1B191C
(27,25,28)
#000000
(0,0,0)

Tints of #C5C3DA

#C5C3DA
(197,195,218)
#CAC8DD
(202,200,221)
#CFCDE0
(207,205,224)
#D4D2E3
(212,210,227)
#D9D7E6
(217,215,230)
#DEDCE9
(222,220,233)
#E3E1EC
(227,225,236)
#E8E6EF
(232,230,239)
#EDEBF2
(237,235,242)
#F2F0F5
(242,240,245)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C3DA color. Also use rgb(197,195,218) instead hex code.

Text Font Color

.myTextColor { color: #C5C3DA; }

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

This text font color is #C5C3DA.


Background Color

.myBgColor { background-color: #C5C3DA; }

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

This div background color is #C5C3DA.


Border color

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

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

This div border color is #C5C3DA.


Opacity

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

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

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

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

This text has shadow with #C5C3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C3DA on black background.


Color preview on white background

This text has color #C5C3DA on white background.



Black color preview on #C5C3DA background

This text has black color on #C5C3DA background.


White color preview on #C5C3DA background

This text has white color on #C5C3DA background.