COLOR #C3CDD7

HEX: #C3CDD7 RGB: (195,205,215)

Color info

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

RGB color model

#C3CDD7 color RGB value is (195,205,215).

RGB: (195,205,215) (76%, 80%, 84%)

RGB channels and saturation

R 195 of 255 = 76%
G 205 of 255 = 80%
B 215 of 255 = 84%

195
205
215

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

Portions of RGB colors in percentages

R + G + B = 195 + 205 + 215 = 615 (100%)
R 195 of 615 ~ 31.71%
G 205 of 615 ~ 33.33%
B 215 of 615 ~ 34.96'%

%31.71
%33.33
%34.96

CMYK color model

#C3CDD7 color CMYK value is (9,5,0,16).

  • cyan value is 9.30%
  • magenta value is 4.65%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (9,5,0,16)
C9M5Y0K16 (9%, 5%, 0%, 16%)
(0.09 / 0.05 / 0.00 / 0.16)

CMYK percentages

%9.3
%4.65
%0
%15.69

Codes

Color #C3CDD7 in popluar color models

C3 CD D7
RGB 195 205 215
HSL 210° 20.00% 80.39%
HSB/HSV 210° 9.30% 84.31%
CMYK 9.30% 4.65% 0.00%
15.69%

Color #C3CDD7 in popluar number systems.

HEX C3 CD D7
Decimal 195 205 215
Binary 11000011 11001101 11010111
Octal 303 315 327

Shades and tints

Shades of #C3CDD7

#C3CDD7
(195,205,215)
#B2BBC4
(178,187,196)
#A1A9B1
(161,169,177)
#90979E
(144,151,158)
#7F858B
(127,133,139)
#6E7378
(110,115,120)
#5D6165
(93,97,101)
#4C4F52
(76,79,82)
#3B3D3F
(59,61,63)
#2A2B2C
(42,43,44)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #C3CDD7

#C3CDD7
(195,205,215)
#C8D1DA
(200,209,218)
#CDD5DD
(205,213,221)
#D2D9E0
(210,217,224)
#D7DDE3
(215,221,227)
#DCE1E6
(220,225,230)
#E1E5E9
(225,229,233)
#E6E9EC
(230,233,236)
#EBEDEF
(235,237,239)
#F0F1F2
(240,241,242)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CDD7; }

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

This text font color is #C3CDD7.

Background Color

.myBgColor { background-color: #C3CDD7; }

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

This div background color is #C3CDD7.

Border color

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

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

This div border color is #C3CDD7.

Opacity

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

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

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

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

This text has shadow with #C3CDD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3CDD7.

Preview

Color preview on black background

This text has color #C3CDD7 on black background.


Color preview on white background

This text has color #C3CDD7 on white background.


Black color preview on #C3CDD7 background

This text has black color on #C3CDD7 background.


White color preview on #C3CDD7 background

This text has white color on #C3CDD7 background.


Related colors

Complementary color

Complementary color for #hex is #3C3228.


I love getcolorcode.com

Triadic colors

1 #D7C3CD and #CDD7C3 with #C3CDD7 are triadic colors.

2 #D7CDC3 and #CDC3D7 with #C3CDD7 are triadic colors.