COLOR #C3E1B8

HEX: #C3E1B8
RGB: (195,225,184)

Color info

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

RGB color model

#C3E1B8 color RGB value is (195,225,184).

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

RGB channels and saturation

R 195 of 255 = 76%
G 225 of 255 = 88%
B 184 of 255 = 72%

195
225
184

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

Portions of RGB colors in percentages

R + G + B =
195 + 225 + 184 = 604 (100%)
R 195 of 604 ~ 32.28%
G 225 of 604 ~ 37.25%
B 184 of 604 ~ 30.46%

%32.28
%37.25
%30.46

CMYK color model

#C3E1B8 color CMYK value is (13,0,18,12).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 18.22%
  • key color value is 11.76%
CMYK:
(13,0,18,12)
C13M0Y18K12 
(13%,0%,18%,12%)
(0.13/0.00/0.18/0.12)	

CMYK percentages

%13.33
%0
%18.22
%11.76

Codes

Color #C3E1B8 in popluar color models

C3E1B8
RGB195225184
HSL104°40.59%80.20%
HSB/HSV104°18.22%88.24%
CMYK13.33%0.00%18.22%
11.76%

Color #C3E1B8 in popluar number systems.

HEXC3E1B8
Decimal195225184
Binary110000111110000110111000
Octal303341270

Shades and tints

Shades of #C3E1B8

#C3E1B8
(195,225,184)
#B2CDA8
(178,205,168)
#A1B998
(161,185,152)
#90A588
(144,165,136)
#7F9178
(127,145,120)
#6E7D68
(110,125,104)
#5D6958
(93,105,88)
#4C5548
(76,85,72)
#3B4138
(59,65,56)
#2A2D28
(42,45,40)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #C3E1B8

#C3E1B8
(195,225,184)
#C8E3BE
(200,227,190)
#CDE5C4
(205,229,196)
#D2E7CA
(210,231,202)
#D7E9D0
(215,233,208)
#DCEBD6
(220,235,214)
#E1EDDC
(225,237,220)
#E6EFE2
(230,239,226)
#EBF1E8
(235,241,232)
#F0F3EE
(240,243,238)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3E1B8; }

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

This text font color is #C3E1B8.


Background Color

.myBgColor { background-color: #C3E1B8; }

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

This div background color is #C3E1B8.


Border color

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

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

This div border color is #C3E1B8.


Opacity

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

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

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

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

This text has shadow with #C3E1B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E1B8 on black background.


Color preview on white background

This text has color #C3E1B8 on white background.



Black color preview on #C3E1B8 background

This text has black color on #C3E1B8 background.


White color preview on #C3E1B8 background

This text has white color on #C3E1B8 background.