COLOR #C2EBE0

HEX: #C2EBE0
RGB: (194,235,224)

Color info

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

RGB color model

#C2EBE0 color RGB value is (194,235,224).

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

RGB channels and saturation

R 194 of 255 = 76%
G 235 of 255 = 92%
B 224 of 255 = 88%

194
235
224

R + G + B ~ 85%. #C2EBE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 235 + 224 = 653 (100%)
R 194 of 653 ~ 29.71%
G 235 of 653 ~ 35.99%
B 224 of 653 ~ 34.3%

%29.71
%35.99
%34.3

CMYK color model

#C2EBE0 color CMYK value is (17,0,5,8).

  • cyan value is 17.45%
  • magenta value is 0.00%
  • yellow value is 4.68%
  • key color value is 7.84%
CMYK:
(17,0,5,8)
C17M0Y5K8 
(17%,0%,5%,8%)
(0.17/0.00/0.05/0.08)	

CMYK percentages

%17.45
%0
%4.68
%7.84

Codes

Color #C2EBE0 in popluar color models

C2EBE0
RGB194235224
HSL164°50.62%84.12%
HSB/HSV164°17.45%92.16%
CMYK17.45%0.00%4.68%
7.84%

Color #C2EBE0 in popluar number systems.

HEXC2EBE0
Decimal194235224
Binary110000101110101111100000
Octal302353340

Shades and tints

Shades of #C2EBE0

#C2EBE0
(194,235,224)
#B1D6CC
(177,214,204)
#A0C1B8
(160,193,184)
#8FACA4
(143,172,164)
#7E9790
(126,151,144)
#6D827C
(109,130,124)
#5C6D68
(92,109,104)
#4B5854
(75,88,84)
#3A4340
(58,67,64)
#292E2C
(41,46,44)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #C2EBE0

#C2EBE0
(194,235,224)
#C7ECE2
(199,236,226)
#CCEDE4
(204,237,228)
#D1EEE6
(209,238,230)
#D6EFE8
(214,239,232)
#DBF0EA
(219,240,234)
#E0F1EC
(224,241,236)
#E5F2EE
(229,242,238)
#EAF3F0
(234,243,240)
#EFF4F2
(239,244,242)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2EBE0; }

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

This text font color is #C2EBE0.


Background Color

.myBgColor { background-color: #C2EBE0; }

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

This div background color is #C2EBE0.


Border color

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

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

This div border color is #C2EBE0.


Opacity

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

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

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

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

This text has shadow with #C2EBE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2EBE0 on black background.


Color preview on white background

This text has color #C2EBE0 on white background.



Black color preview on #C2EBE0 background

This text has black color on #C2EBE0 background.


White color preview on #C2EBE0 background

This text has white color on #C2EBE0 background.