COLOR #C3D8BE

HEX: #C3D8BE
RGB: (195,216,190)

Color info

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

RGB color model

#C3D8BE color RGB value is (195,216,190).

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

RGB channels and saturation

R 195 of 255 = 76%
G 216 of 255 = 85%
B 190 of 255 = 75%

195
216
190

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

Portions of RGB colors in percentages

R + G + B =
195 + 216 + 190 = 601 (100%)
R 195 of 601 ~ 32.45%
G 216 of 601 ~ 35.94%
B 190 of 601 ~ 31.61%

%32.45
%35.94
%31.61

CMYK color model

#C3D8BE color CMYK value is (10,0,12,15).

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 15.29%
CMYK:
(10,0,12,15)
C10M0Y12K15 
(10%,0%,12%,15%)
(0.10/0.00/0.12/0.15)	

CMYK percentages

%9.72
%0
%12.04
%15.29

Codes

Color #C3D8BE in popluar color models

C3D8BE
RGB195216190
HSL108°25.00%79.61%
HSB/HSV108°12.04%84.71%
CMYK9.72%0.00%12.04%
15.29%

Color #C3D8BE in popluar number systems.

HEXC3D8BE
Decimal195216190
Binary110000111101100010111110
Octal303330276

Shades and tints

Shades of #C3D8BE

#C3D8BE
(195,216,190)
#B2C5AD
(178,197,173)
#A1B29C
(161,178,156)
#909F8B
(144,159,139)
#7F8C7A
(127,140,122)
#6E7969
(110,121,105)
#5D6658
(93,102,88)
#4C5347
(76,83,71)
#3B4036
(59,64,54)
#2A2D25
(42,45,37)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #C3D8BE

#C3D8BE
(195,216,190)
#C8DBC3
(200,219,195)
#CDDEC8
(205,222,200)
#D2E1CD
(210,225,205)
#D7E4D2
(215,228,210)
#DCE7D7
(220,231,215)
#E1EADC
(225,234,220)
#E6EDE1
(230,237,225)
#EBF0E6
(235,240,230)
#F0F3EB
(240,243,235)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D8BE; }

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

This text font color is #C3D8BE.


Background Color

.myBgColor { background-color: #C3D8BE; }

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

This div background color is #C3D8BE.


Border color

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

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

This div border color is #C3D8BE.


Opacity

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

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

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

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

This text has shadow with #C3D8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D8BE on black background.


Color preview on white background

This text has color #C3D8BE on white background.



Black color preview on #C3D8BE background

This text has black color on #C3D8BE background.


White color preview on #C3D8BE background

This text has white color on #C3D8BE background.