COLOR #C3D0CC

HEX: #C3D0CC
RGB: (195,208,204)

Color info

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

RGB color model

#C3D0CC color RGB value is (195,208,204).

  • red value is 195;
  • green value is 208;
  • blue value is 204.
RGB:
(195,208,204)
(76%,82%,80%)

RGB channels and saturation

R 195 of 255 = 76%
G 208 of 255 = 82%
B 204 of 255 = 80%

195
208
204

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

Portions of RGB colors in percentages

R + G + B =
195 + 208 + 204 = 607 (100%)
R 195 of 607 ~ 32.13%
G 208 of 607 ~ 34.27%
B 204 of 607 ~ 33.61%

%32.13
%34.27
%33.61

CMYK color model

#C3D0CC color CMYK value is (6,0,2,18).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 1.92%
  • key color value is 18.43%
CMYK:
(6,0,2,18)
C6M0Y2K18 
(6%,0%,2%,18%)
(0.06/0.00/0.02/0.18)	

CMYK percentages

%6.25
%0
%1.92
%18.43

Codes

Color #C3D0CC in popluar color models

C3D0CC
RGB195208204
HSL162°12.15%79.02%
HSB/HSV162°6.25%81.57%
CMYK6.25%0.00%1.92%
18.43%

Color #C3D0CC in popluar number systems.

HEXC3D0CC
Decimal195208204
Binary110000111101000011001100
Octal303320314

Shades and tints

Shades of #C3D0CC

#C3D0CC
(195,208,204)
#B2BEBA
(178,190,186)
#A1ACA8
(161,172,168)
#909A96
(144,154,150)
#7F8884
(127,136,132)
#6E7672
(110,118,114)
#5D6460
(93,100,96)
#4C524E
(76,82,78)
#3B403C
(59,64,60)
#2A2E2A
(42,46,42)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #C3D0CC

#C3D0CC
(195,208,204)
#C8D4D0
(200,212,208)
#CDD8D4
(205,216,212)
#D2DCD8
(210,220,216)
#D7E0DC
(215,224,220)
#DCE4E0
(220,228,224)
#E1E8E4
(225,232,228)
#E6ECE8
(230,236,232)
#EBF0EC
(235,240,236)
#F0F4F0
(240,244,240)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3D0CC color. Also use rgb(195,208,204) instead hex code.

Text Font Color

.myTextColor { color: #C3D0CC; }

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

This text font color is #C3D0CC.


Background Color

.myBgColor { background-color: #C3D0CC; }

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

This div background color is #C3D0CC.


Border color

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

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

This div border color is #C3D0CC.


Opacity

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

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

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

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

This text has shadow with #C3D0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D0CC on black background.


Color preview on white background

This text has color #C3D0CC on white background.



Black color preview on #C3D0CC background

This text has black color on #C3D0CC background.


White color preview on #C3D0CC background

This text has white color on #C3D0CC background.