COLOR #C5EBBE

HEX: #C5EBBE
RGB: (197,235,190)

Color info

#C5EBBE contains red, green and blue colors in about the same proportion. Web safe color of #C5EBBE is #CCFFCC (or #CFC).

RGB color model

#C5EBBE color RGB value is (197,235,190).

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

RGB channels and saturation

R 197 of 255 = 77%
G 235 of 255 = 92%
B 190 of 255 = 75%

197
235
190

R + G + B ~ 81%. #C5EBBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 235 + 190 = 622 (100%)
R 197 of 622 ~ 31.67%
G 235 of 622 ~ 37.78%
B 190 of 622 ~ 30.55%

%31.67
%37.78
%30.55

CMYK color model

#C5EBBE color CMYK value is (16,0,19,8).

  • cyan value is 16.17%
  • magenta value is 0.00%
  • yellow value is 19.15%
  • key color value is 7.84%
CMYK:
(16,0,19,8)
C16M0Y19K8 
(16%,0%,19%,8%)
(0.16/0.00/0.19/0.08)	

CMYK percentages

%16.17
%0
%19.15
%7.84

Codes

Color #C5EBBE in popluar color models

C5EBBE
RGB197235190
HSL111°52.94%83.33%
HSB/HSV111°19.15%92.16%
CMYK16.17%0.00%19.15%
7.84%

Color #C5EBBE in popluar number systems.

HEXC5EBBE
Decimal197235190
Binary110001011110101110111110
Octal305353276

Shades and tints

Shades of #C5EBBE

#C5EBBE
(197,235,190)
#B4D6AD
(180,214,173)
#A3C19C
(163,193,156)
#92AC8B
(146,172,139)
#81977A
(129,151,122)
#708269
(112,130,105)
#5F6D58
(95,109,88)
#4E5847
(78,88,71)
#3D4336
(61,67,54)
#2C2E25
(44,46,37)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #C5EBBE

#C5EBBE
(197,235,190)
#CAECC3
(202,236,195)
#CFEDC8
(207,237,200)
#D4EECD
(212,238,205)
#D9EFD2
(217,239,210)
#DEF0D7
(222,240,215)
#E3F1DC
(227,241,220)
#E8F2E1
(232,242,225)
#EDF3E6
(237,243,230)
#F2F4EB
(242,244,235)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EBBE; }

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

This text font color is #C5EBBE.


Background Color

.myBgColor { background-color: #C5EBBE; }

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

This div background color is #C5EBBE.


Border color

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

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

This div border color is #C5EBBE.


Opacity

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

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

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

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

This text has shadow with #C5EBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EBBE on black background.


Color preview on white background

This text has color #C5EBBE on white background.



Black color preview on #C5EBBE background

This text has black color on #C5EBBE background.


White color preview on #C5EBBE background

This text has white color on #C5EBBE background.