COLOR #C3C5DD

HEX: #C3C5DD RGB: (195,197,221)

Color info

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

RGB color model

#C3C5DD color RGB value is (195,197,221).

RGB: (195,197,221) (76%, 77%, 87%)

RGB channels and saturation

R 195 of 255 = 76%
G 197 of 255 = 77%
B 221 of 255 = 87%

195
197
221

R + G + B ~ 80%. #C3C5DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 197 + 221 = 613 (100%)
R 195 of 613 ~ 31.81%
G 197 of 613 ~ 32.14%
B 221 of 613 ~ 36.05'%

%31.81
%32.14
%36.05

CMYK color model

#C3C5DD color CMYK value is (12,11,0,13).

  • cyan value is 11.76%
  • magenta value is 10.86%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (12,11,0,13)
C12M11Y0K13 (12%, 11%, 0%, 13%)
(0.12 / 0.11 / 0.00 / 0.13)

CMYK percentages

%11.76
%10.86
%0
%13.33

Codes

Color #C3C5DD in popluar color models

C3 C5 DD
RGB 195 197 221
HSL 235° 27.66% 81.57%
HSB/HSV 235° 11.76% 86.67%
CMYK 11.76% 10.86% 0.00%
13.33%

Color #C3C5DD in popluar number systems.

HEX C3 C5 DD
Decimal 195 197 221
Binary 11000011 11000101 11011101
Octal 303 305 335

Shades and tints

Shades of #C3C5DD

#C3C5DD
(195,197,221)
#B2B4C9
(178,180,201)
#A1A3B5
(161,163,181)
#9092A1
(144,146,161)
#7F818D
(127,129,141)
#6E7079
(110,112,121)
#5D5F65
(93,95,101)
#4C4E51
(76,78,81)
#3B3D3D
(59,61,61)
#2A2C29
(42,44,41)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #C3C5DD

#C3C5DD
(195,197,221)
#C8CAE0
(200,202,224)
#CDCFE3
(205,207,227)
#D2D4E6
(210,212,230)
#D7D9E9
(215,217,233)
#DCDEEC
(220,222,236)
#E1E3EF
(225,227,239)
#E6E8F2
(230,232,242)
#EBEDF5
(235,237,245)
#F0F2F8
(240,242,248)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C5DD; }

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

This text font color is #C3C5DD.

Background Color

.myBgColor { background-color: #C3C5DD; }

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

This div background color is #C3C5DD.

Border color

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

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

This div border color is #C3C5DD.

Opacity

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

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

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

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

This text has shadow with #C3C5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3C5DD.

Preview

Color preview on black background

This text has color #C3C5DD on black background.


Color preview on white background

This text has color #C3C5DD on white background.


Black color preview on #C3C5DD background

This text has black color on #C3C5DD background.


White color preview on #C3C5DD background

This text has white color on #C3C5DD background.


Related colors

Complementary color

Complementary color for #hex is #3C3A22.


I love getcolorcode.com

Triadic colors

1 #DDC3C5 and #C5DDC3 with #C3C5DD are triadic colors.

2 #DDC5C3 and #C5C3DD with #C3C5DD are triadic colors.