COLOR #C3D6BC

HEX: #C3D6BC RGB: (195,214,188)

Color info

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

RGB color model

#C3D6BC color RGB value is (195,214,188).

RGB: (195,214,188) (76%, 84%, 74%)

RGB channels and saturation

R 195 of 255 = 76%
G 214 of 255 = 84%
B 188 of 255 = 74%

195
214
188

R + G + B ~ 78%. #C3D6BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 214 + 188 = 597 (100%)
R 195 of 597 ~ 32.66%
G 214 of 597 ~ 35.85%
B 188 of 597 ~ 31.49'%

%32.66
%35.85
%31.49

CMYK color model

#C3D6BC color CMYK value is (9,0,12,16).

  • cyan value is 8.88%
  • magenta value is 0.00%
  • yellow value is 12.15%
  • key color value is 16.08%

CMYK: (9,0,12,16)
C9M0Y12K16 (9%, 0%, 12%, 16%)
(0.09 / 0.00 / 0.12 / 0.16)

CMYK percentages

%8.88
%0
%12.15
%16.08

Codes

Color #C3D6BC in popluar color models

C3 D6 BC
RGB 195 214 188
HSL 104° 24.07% 78.82%
HSB/HSV 104° 12.15% 83.92%
CMYK 8.88% 0.00% 12.15%
16.08%

Color #C3D6BC in popluar number systems.

HEX C3 D6 BC
Decimal 195 214 188
Binary 11000011 11010110 10111100
Octal 303 326 274

Shades and tints

Shades of #C3D6BC

#C3D6BC
(195,214,188)
#B2C3AB
(178,195,171)
#A1B09A
(161,176,154)
#909D89
(144,157,137)
#7F8A78
(127,138,120)
#6E7767
(110,119,103)
#5D6456
(93,100,86)
#4C5145
(76,81,69)
#3B3E34
(59,62,52)
#2A2B23
(42,43,35)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #C3D6BC

#C3D6BC
(195,214,188)
#C8D9C2
(200,217,194)
#CDDCC8
(205,220,200)
#D2DFCE
(210,223,206)
#D7E2D4
(215,226,212)
#DCE5DA
(220,229,218)
#E1E8E0
(225,232,224)
#E6EBE6
(230,235,230)
#EBEEEC
(235,238,236)
#F0F1F2
(240,241,242)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3D6BC color. Also use rgb(195,214,188) instead hex code.

Text Font Color

.myTextColor { color: #C3D6BC; }

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

This text font color is #C3D6BC.

Background Color

.myBgColor { background-color: #C3D6BC; }

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

This div background color is #C3D6BC.

Border color

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

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

This div border color is #C3D6BC.

Opacity

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

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

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

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

This text has shadow with #C3D6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3D6BC.

Preview

Color preview on black background

This text has color #C3D6BC on black background.


Color preview on white background

This text has color #C3D6BC on white background.


Black color preview on #C3D6BC background

This text has black color on #C3D6BC background.


White color preview on #C3D6BC background

This text has white color on #C3D6BC background.


Related colors

Complementary color

Complementary color for #hex is #3C2943.


I love getcolorcode.com

Triadic colors

1 #BCC3D6 and #D6BCC3 with #C3D6BC are triadic colors.

2 #BCD6C3 and #D6C3BC with #C3D6BC are triadic colors.