COLOR #C3D8BB

HEX: #C3D8BB
RGB: (195,216,187)

Color info

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

RGB color model

#C3D8BB color RGB value is (195,216,187).

  • red value is 195;
  • green value is 216;
  • blue value is 187.
RGB:
(195,216,187)
(76%,85%,73%)

RGB channels and saturation

R 195 of 255 = 76%
G 216 of 255 = 85%
B 187 of 255 = 73%

195
216
187

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

Portions of RGB colors in percentages

R + G + B =
195 + 216 + 187 = 598 (100%)
R 195 of 598 ~ 32.61%
G 216 of 598 ~ 36.12%
B 187 of 598 ~ 31.27%

%32.61
%36.12
%31.27

CMYK color model

#C3D8BB color CMYK value is (10,0,13,15).

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 13.43%
  • key color value is 15.29%
CMYK:
(10,0,13,15)
C10M0Y13K15 
(10%,0%,13%,15%)
(0.10/0.00/0.13/0.15)	

CMYK percentages

%9.72
%0
%13.43
%15.29

Codes

Color #C3D8BB in popluar color models

C3D8BB
RGB195216187
HSL103°27.10%79.02%
HSB/HSV103°13.43%84.71%
CMYK9.72%0.00%13.43%
15.29%

Color #C3D8BB in popluar number systems.

HEXC3D8BB
Decimal195216187
Binary110000111101100010111011
Octal303330273

Shades and tints

Shades of #C3D8BB

#C3D8BB
(195,216,187)
#B2C5AA
(178,197,170)
#A1B299
(161,178,153)
#909F88
(144,159,136)
#7F8C77
(127,140,119)
#6E7966
(110,121,102)
#5D6655
(93,102,85)
#4C5344
(76,83,68)
#3B4033
(59,64,51)
#2A2D22
(42,45,34)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #C3D8BB

#C3D8BB
(195,216,187)
#C8DBC1
(200,219,193)
#CDDEC7
(205,222,199)
#D2E1CD
(210,225,205)
#D7E4D3
(215,228,211)
#DCE7D9
(220,231,217)
#E1EADF
(225,234,223)
#E6EDE5
(230,237,229)
#EBF0EB
(235,240,235)
#F0F3F1
(240,243,241)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3D8BB color. Also use rgb(195,216,187) instead hex code.

Text Font Color

.myTextColor { color: #C3D8BB; }

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

This text font color is #C3D8BB.


Background Color

.myBgColor { background-color: #C3D8BB; }

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

This div background color is #C3D8BB.


Border color

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

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

This div border color is #C3D8BB.


Opacity

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

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

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

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

This text has shadow with #C3D8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D8BB on black background.


Color preview on white background

This text has color #C3D8BB on white background.



Black color preview on #C3D8BB background

This text has black color on #C3D8BB background.


White color preview on #C3D8BB background

This text has white color on #C3D8BB background.