COLOR #C5EBC2

HEX: #C5EBC2
RGB: (197,235,194)

Color info

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

RGB color model

#C5EBC2 color RGB value is (197,235,194).

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

RGB channels and saturation

R 197 of 255 = 77%
G 235 of 255 = 92%
B 194 of 255 = 76%

197
235
194

R + G + B ~ 82%. #C5EBC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 235 + 194 = 626 (100%)
R 197 of 626 ~ 31.47%
G 235 of 626 ~ 37.54%
B 194 of 626 ~ 30.99%

%31.47
%37.54
%30.99

CMYK color model

#C5EBC2 color CMYK value is (16,0,17,8).

  • cyan value is 16.17%
  • magenta value is 0.00%
  • yellow value is 17.45%
  • key color value is 7.84%
CMYK:
(16,0,17,8)
C16M0Y17K8 
(16%,0%,17%,8%)
(0.16/0.00/0.17/0.08)	

CMYK percentages

%16.17
%0
%17.45
%7.84

Codes

Color #C5EBC2 in popluar color models

C5EBC2
RGB197235194
HSL116°50.62%84.12%
HSB/HSV116°17.45%92.16%
CMYK16.17%0.00%17.45%
7.84%

Color #C5EBC2 in popluar number systems.

HEXC5EBC2
Decimal197235194
Binary110001011110101111000010
Octal305353302

Shades and tints

Shades of #C5EBC2

#C5EBC2
(197,235,194)
#B4D6B1
(180,214,177)
#A3C1A0
(163,193,160)
#92AC8F
(146,172,143)
#81977E
(129,151,126)
#70826D
(112,130,109)
#5F6D5C
(95,109,92)
#4E584B
(78,88,75)
#3D433A
(61,67,58)
#2C2E29
(44,46,41)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #C5EBC2

#C5EBC2
(197,235,194)
#CAECC7
(202,236,199)
#CFEDCC
(207,237,204)
#D4EED1
(212,238,209)
#D9EFD6
(217,239,214)
#DEF0DB
(222,240,219)
#E3F1E0
(227,241,224)
#E8F2E5
(232,242,229)
#EDF3EA
(237,243,234)
#F2F4EF
(242,244,239)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EBC2; }

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

This text font color is #C5EBC2.


Background Color

.myBgColor { background-color: #C5EBC2; }

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

This div background color is #C5EBC2.


Border color

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

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

This div border color is #C5EBC2.


Opacity

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

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

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

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

This text has shadow with #C5EBC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EBC2 on black background.


Color preview on white background

This text has color #C5EBC2 on white background.



Black color preview on #C5EBC2 background

This text has black color on #C5EBC2 background.


White color preview on #C5EBC2 background

This text has white color on #C5EBC2 background.