COLOR #C2EBC6

HEX: #C2EBC6
RGB: (194,235,198)

Color info

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

RGB color model

#C2EBC6 color RGB value is (194,235,198).

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

RGB channels and saturation

R 194 of 255 = 76%
G 235 of 255 = 92%
B 198 of 255 = 78%

194
235
198

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

Portions of RGB colors in percentages

R + G + B =
194 + 235 + 198 = 627 (100%)
R 194 of 627 ~ 30.94%
G 235 of 627 ~ 37.48%
B 198 of 627 ~ 31.58%

%30.94
%37.48
%31.58

CMYK color model

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

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

CMYK percentages

%17.45
%0
%15.74
%7.84

Codes

Color #C2EBC6 in popluar color models

C2EBC6
RGB194235198
HSL126°50.62%84.12%
HSB/HSV126°17.45%92.16%
CMYK17.45%0.00%15.74%
7.84%

Color #C2EBC6 in popluar number systems.

HEXC2EBC6
Decimal194235198
Binary110000101110101111000110
Octal302353306

Shades and tints

Shades of #C2EBC6

#C2EBC6
(194,235,198)
#B1D6B4
(177,214,180)
#A0C1A2
(160,193,162)
#8FAC90
(143,172,144)
#7E977E
(126,151,126)
#6D826C
(109,130,108)
#5C6D5A
(92,109,90)
#4B5848
(75,88,72)
#3A4336
(58,67,54)
#292E24
(41,46,36)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #C2EBC6

#C2EBC6
(194,235,198)
#C7ECCB
(199,236,203)
#CCEDD0
(204,237,208)
#D1EED5
(209,238,213)
#D6EFDA
(214,239,218)
#DBF0DF
(219,240,223)
#E0F1E4
(224,241,228)
#E5F2E9
(229,242,233)
#EAF3EE
(234,243,238)
#EFF4F3
(239,244,243)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2EBC6; }

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

This text font color is #C2EBC6.


Background Color

.myBgColor { background-color: #C2EBC6; }

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

This div background color is #C2EBC6.


Border color

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

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

This div border color is #C2EBC6.


Opacity

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

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

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

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

This text has shadow with #C2EBC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2EBC6 on black background.


Color preview on white background

This text has color #C2EBC6 on white background.



Black color preview on #C2EBC6 background

This text has black color on #C2EBC6 background.


White color preview on #C2EBC6 background

This text has white color on #C2EBC6 background.