COLOR #C3DEA5

HEX: #C3DEA5
RGB: (195,222,165)

Color info

#C3DEA5 contains red, green and blue colors in about the same proportion. Web safe color of #C3DEA5 is #CCCC99 (or #CC9).

RGB color model

#C3DEA5 color RGB value is (195,222,165).

  • red value is 195;
  • green value is 222;
  • blue value is 165.
RGB:
(195,222,165)
(76%,87%,65%)

RGB channels and saturation

R 195 of 255 = 76%
G 222 of 255 = 87%
B 165 of 255 = 65%

195
222
165

R + G + B ~ 76%. #C3DEA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 222 + 165 = 582 (100%)
R 195 of 582 ~ 33.51%
G 222 of 582 ~ 38.14%
B 165 of 582 ~ 28.35%

%33.51
%38.14
%28.35

CMYK color model

#C3DEA5 color CMYK value is (12,0,26,13).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 25.68%
  • key color value is 12.94%
CMYK:
(12,0,26,13)
C12M0Y26K13 
(12%,0%,26%,13%)
(0.12/0.00/0.26/0.13)	

CMYK percentages

%12.16
%0
%25.68
%12.94

Codes

Color #C3DEA5 in popluar color models

C3DEA5
RGB195222165
HSL88°46.34%75.88%
HSB/HSV88°25.68%87.06%
CMYK12.16%0.00%25.68%
12.94%

Color #C3DEA5 in popluar number systems.

HEXC3DEA5
Decimal195222165
Binary110000111101111010100101
Octal303336245

Shades and tints

Shades of #C3DEA5

#C3DEA5
(195,222,165)
#B2CA96
(178,202,150)
#A1B687
(161,182,135)
#90A278
(144,162,120)
#7F8E69
(127,142,105)
#6E7A5A
(110,122,90)
#5D664B
(93,102,75)
#4C523C
(76,82,60)
#3B3E2D
(59,62,45)
#2A2A1E
(42,42,30)
#19160F
(25,22,15)
#000000
(0,0,0)

Tints of #C3DEA5

#C3DEA5
(195,222,165)
#C8E1AD
(200,225,173)
#CDE4B5
(205,228,181)
#D2E7BD
(210,231,189)
#D7EAC5
(215,234,197)
#DCEDCD
(220,237,205)
#E1F0D5
(225,240,213)
#E6F3DD
(230,243,221)
#EBF6E5
(235,246,229)
#F0F9ED
(240,249,237)
#F5FCF5
(245,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DEA5 color. Also use rgb(195,222,165) instead hex code.

Text Font Color

.myTextColor { color: #C3DEA5; }

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

This text font color is #C3DEA5.


Background Color

.myBgColor { background-color: #C3DEA5; }

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

This div background color is #C3DEA5.


Border color

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

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

This div border color is #C3DEA5.


Opacity

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

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

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

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

This text has shadow with #C3DEA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DEA5 on black background.


Color preview on white background

This text has color #C3DEA5 on white background.



Black color preview on #C3DEA5 background

This text has black color on #C3DEA5 background.


White color preview on #C3DEA5 background

This text has white color on #C3DEA5 background.