COLOR #C3D7B8

HEX: #C3D7B8
RGB: (195,215,184)

Color info

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

RGB color model

#C3D7B8 color RGB value is (195,215,184).

  • red value is 195;
  • green value is 215;
  • blue value is 184.
RGB:
(195,215,184)
(76%,84%,72%)

RGB channels and saturation

R 195 of 255 = 76%
G 215 of 255 = 84%
B 184 of 255 = 72%

195
215
184

R + G + B ~ 77%. #C3D7B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 215 + 184 = 594 (100%)
R 195 of 594 ~ 32.83%
G 215 of 594 ~ 36.2%
B 184 of 594 ~ 30.98%

%32.83
%36.2
%30.98

CMYK color model

#C3D7B8 color CMYK value is (9,0,14,16).

  • cyan value is 9.30%
  • magenta value is 0.00%
  • yellow value is 14.42%
  • key color value is 15.69%
CMYK:
(9,0,14,16)
C9M0Y14K16 
(9%,0%,14%,16%)
(0.09/0.00/0.14/0.16)	

CMYK percentages

%9.3
%0
%14.42
%15.69

Codes

Color #C3D7B8 in popluar color models

C3D7B8
RGB195215184
HSL99°27.93%78.24%
HSB/HSV99°14.42%84.31%
CMYK9.30%0.00%14.42%
15.69%

Color #C3D7B8 in popluar number systems.

HEXC3D7B8
Decimal195215184
Binary110000111101011110111000
Octal303327270

Shades and tints

Shades of #C3D7B8

#C3D7B8
(195,215,184)
#B2C4A8
(178,196,168)
#A1B198
(161,177,152)
#909E88
(144,158,136)
#7F8B78
(127,139,120)
#6E7868
(110,120,104)
#5D6558
(93,101,88)
#4C5248
(76,82,72)
#3B3F38
(59,63,56)
#2A2C28
(42,44,40)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #C3D7B8

#C3D7B8
(195,215,184)
#C8DABE
(200,218,190)
#CDDDC4
(205,221,196)
#D2E0CA
(210,224,202)
#D7E3D0
(215,227,208)
#DCE6D6
(220,230,214)
#E1E9DC
(225,233,220)
#E6ECE2
(230,236,226)
#EBEFE8
(235,239,232)
#F0F2EE
(240,242,238)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3D7B8 color. Also use rgb(195,215,184) instead hex code.

Text Font Color

.myTextColor { color: #C3D7B8; }

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

This text font color is #C3D7B8.


Background Color

.myBgColor { background-color: #C3D7B8; }

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

This div background color is #C3D7B8.


Border color

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

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

This div border color is #C3D7B8.


Opacity

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

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

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

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

This text has shadow with #C3D7B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D7B8 on black background.


Color preview on white background

This text has color #C3D7B8 on white background.



Black color preview on #C3D7B8 background

This text has black color on #C3D7B8 background.


White color preview on #C3D7B8 background

This text has white color on #C3D7B8 background.