COLOR #C3CDD9

HEX: #C3CDD9 RGB: (195,205,217)

Color info

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

RGB color model

#C3CDD9 color RGB value is (195,205,217).

RGB: (195,205,217) (76%, 80%, 85%)

RGB channels and saturation

R 195 of 255 = 76%
G 205 of 255 = 80%
B 217 of 255 = 85%

195
205
217

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

Portions of RGB colors in percentages

R + G + B = 195 + 205 + 217 = 617 (100%)
R 195 of 617 ~ 31.6%
G 205 of 617 ~ 33.23%
B 217 of 617 ~ 35.17'%

%31.6
%33.23
%35.17

CMYK color model

#C3CDD9 color CMYK value is (10,6,0,15).

  • cyan value is 10.14%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (10,6,0,15)
C10M6Y0K15 (10%, 6%, 0%, 15%)
(0.10 / 0.06 / 0.00 / 0.15)

CMYK percentages

%10.14
%5.53
%0
%14.9

Codes

Color #C3CDD9 in popluar color models

C3 CD D9
RGB 195 205 217
HSL 213° 22.45% 80.78%
HSB/HSV 213° 10.14% 85.10%
CMYK 10.14% 5.53% 0.00%
14.90%

Color #C3CDD9 in popluar number systems.

HEX C3 CD D9
Decimal 195 205 217
Binary 11000011 11001101 11011001
Octal 303 315 331

Shades and tints

Shades of #C3CDD9

#C3CDD9
(195,205,217)
#B2BBC6
(178,187,198)
#A1A9B3
(161,169,179)
#9097A0
(144,151,160)
#7F858D
(127,133,141)
#6E737A
(110,115,122)
#5D6167
(93,97,103)
#4C4F54
(76,79,84)
#3B3D41
(59,61,65)
#2A2B2E
(42,43,46)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #C3CDD9

#C3CDD9
(195,205,217)
#C8D1DC
(200,209,220)
#CDD5DF
(205,213,223)
#D2D9E2
(210,217,226)
#D7DDE5
(215,221,229)
#DCE1E8
(220,225,232)
#E1E5EB
(225,229,235)
#E6E9EE
(230,233,238)
#EBEDF1
(235,237,241)
#F0F1F4
(240,241,244)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3CDD9 color. Also use rgb(195,205,217) instead hex code.

Text Font Color

.myTextColor { color: #C3CDD9; }

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

This text font color is #C3CDD9.

Background Color

.myBgColor { background-color: #C3CDD9; }

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

This div background color is #C3CDD9.

Border color

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

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

This div border color is #C3CDD9.

Opacity

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

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

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

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

This text has shadow with #C3CDD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3CDD9.

Preview

Color preview on black background

This text has color #C3CDD9 on black background.


Color preview on white background

This text has color #C3CDD9 on white background.


Black color preview on #C3CDD9 background

This text has black color on #C3CDD9 background.


White color preview on #C3CDD9 background

This text has white color on #C3CDD9 background.


Related colors

Complementary color

Complementary color for #hex is #3C3226.


I love getcolorcode.com

Triadic colors

1 #D9C3CD and #CDD9C3 with #C3CDD9 are triadic colors.

2 #D9CDC3 and #CDC3D9 with #C3CDD9 are triadic colors.