COLOR #C5EBAE

HEX: #C5EBAE
RGB: (197,235,174)

Color info

#C5EBAE contains mainly red and green colors. Web safe color of #C5EBAE is #CCFF99 (or #CF9).

RGB color model

#C5EBAE color RGB value is (197,235,174).

  • red value is 197;
  • green value is 235;
  • blue value is 174.
RGB:
(197,235,174)
(77%,92%,68%)

RGB channels and saturation

R 197 of 255 = 77%
G 235 of 255 = 92%
B 174 of 255 = 68%

197
235
174

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

Portions of RGB colors in percentages

R + G + B =
197 + 235 + 174 = 606 (100%)
R 197 of 606 ~ 32.51%
G 235 of 606 ~ 38.78%
B 174 of 606 ~ 28.71%

%32.51
%38.78
%28.71

CMYK color model

#C5EBAE color CMYK value is (16,0,26,8).

  • cyan value is 16.17%
  • magenta value is 0.00%
  • yellow value is 25.96%
  • key color value is 7.84%
CMYK:
(16,0,26,8)
C16M0Y26K8 
(16%,0%,26%,8%)
(0.16/0.00/0.26/0.08)	

CMYK percentages

%16.17
%0
%25.96
%7.84

Codes

Color #C5EBAE in popluar color models

C5EBAE
RGB197235174
HSL97°60.40%80.20%
HSB/HSV97°25.96%92.16%
CMYK16.17%0.00%25.96%
7.84%

Color #C5EBAE in popluar number systems.

HEXC5EBAE
Decimal197235174
Binary110001011110101110101110
Octal305353256

Shades and tints

Shades of #C5EBAE

#C5EBAE
(197,235,174)
#B4D69F
(180,214,159)
#A3C190
(163,193,144)
#92AC81
(146,172,129)
#819772
(129,151,114)
#708263
(112,130,99)
#5F6D54
(95,109,84)
#4E5845
(78,88,69)
#3D4336
(61,67,54)
#2C2E27
(44,46,39)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #C5EBAE

#C5EBAE
(197,235,174)
#CAECB5
(202,236,181)
#CFEDBC
(207,237,188)
#D4EEC3
(212,238,195)
#D9EFCA
(217,239,202)
#DEF0D1
(222,240,209)
#E3F1D8
(227,241,216)
#E8F2DF
(232,242,223)
#EDF3E6
(237,243,230)
#F2F4ED
(242,244,237)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EBAE color. Also use rgb(197,235,174) instead hex code.

Text Font Color

.myTextColor { color: #C5EBAE; }

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

This text font color is #C5EBAE.


Background Color

.myBgColor { background-color: #C5EBAE; }

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

This div background color is #C5EBAE.


Border color

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

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

This div border color is #C5EBAE.


Opacity

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

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

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

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

This text has shadow with #C5EBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EBAE on black background.


Color preview on white background

This text has color #C5EBAE on white background.



Black color preview on #C5EBAE background

This text has black color on #C5EBAE background.


White color preview on #C5EBAE background

This text has white color on #C5EBAE background.