COLOR #C3CDDA

HEX: #C3CDDA RGB: (195,205,218)

Color info

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

RGB color model

#C3CDDA color RGB value is (195,205,218).

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

RGB channels and saturation

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

195
205
218

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

Portions of RGB colors in percentages

R + G + B = 195 + 205 + 218 = 618 (100%)
R 195 of 618 ~ 31.55%
G 205 of 618 ~ 33.17%
B 218 of 618 ~ 35.28'%

%31.55
%33.17
%35.28

CMYK color model

#C3CDDA color CMYK value is (11,6,0,15).

  • cyan value is 10.55%
  • magenta value is 5.96%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (11,6,0,15) C11M6Y0K15 (11%,6%,0%,15%) (0.11/0.06/0.00/0.15) 

CMYK percentages

%10.55
%5.96
%0
%14.51

Codes

Color #C3CDDA in popluar color models

C3 CD DA
RGB 195 205 218
HSL 214° 23.71% 80.98%
HSB/HSV 214° 10.55% 85.49%
CMYK 10.55% 5.96% 0.00%
14.51%

Color #C3CDDA in popluar number systems.

HEX C3 CD DA
Decimal 195 205 218
Binary 11000011 11001101 11011010
Octal 303 315 332

Shades and tints

Shades of #C3CDDA

#C3CDDA
(195,205,218)
#B2BBC7
(178,187,199)
#A1A9B4
(161,169,180)
#9097A1
(144,151,161)
#7F858E
(127,133,142)
#6E737B
(110,115,123)
#5D6168
(93,97,104)
#4C4F55
(76,79,85)
#3B3D42
(59,61,66)
#2A2B2F
(42,43,47)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #C3CDDA

#C3CDDA
(195,205,218)
#C8D1DD
(200,209,221)
#CDD5E0
(205,213,224)
#D2D9E3
(210,217,227)
#D7DDE6
(215,221,230)
#DCE1E9
(220,225,233)
#E1E5EC
(225,229,236)
#E6E9EF
(230,233,239)
#EBEDF2
(235,237,242)
#F0F1F5
(240,241,245)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CDDA; }

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

This text font color is #C3CDDA.

Background Color

.myBgColor { background-color: #C3CDDA; }

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

This div background color is #C3CDDA.

Border color

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

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

This div border color is #C3CDDA.

Opacity

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

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

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

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

This text has shadow with #C3CDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3CDDA.

Preview

Color preview on black background

This text has color #C3CDDA on black background.


Color preview on white background

This text has color #C3CDDA on white background.


Black color preview on #C3CDDA background

This text has black color on #C3CDDA background.


White color preview on #C3CDDA background

This text has white color on #C3CDDA background.


Related colors

Complementary color

Complementary color for #hex is #3C3225.


I love getcolorcode.com

Triadic colors

1 #DAC3CD and #CDDAC3 with #C3CDDA are triadic colors.

2 #DACDC3 and #CDC3DA with #C3CDDA are triadic colors.