COLOR #C2EFEB

HEX: #C2EFEB RGB: (194,239,235)

Color info

#C2EFEB contains red, green and blue colors in about the same proportion. Web safe color of #C2EFEB is #CCFFFF (or #CFF).

RGB color model

#C2EFEB color RGB value is (194,239,235).

RGB: (194,239,235) (76%, 94%, 92%)

RGB channels and saturation

R 194 of 255 = 76%
G 239 of 255 = 94%
B 235 of 255 = 92%

194
239
235

R + G + B ~ 87%. #C2EFEB is light color.

Portions of RGB colors in percentages

R + G + B = 194 + 239 + 235 = 668 (100%)
R 194 of 668 ~ 29.04%
G 239 of 668 ~ 35.78%
B 235 of 668 ~ 35.18'%

%29.04
%35.78
%35.18

CMYK color model

#C2EFEB color CMYK value is (19,0,2,6).

  • cyan value is 18.83%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 6.27%
CMYK: (19,0,2,6) C19M0Y2K6 (19%,0%,2%,6%) (0.19/0.00/0.02/0.06) 

CMYK percentages

%18.83
%0
%1.67
%6.27

Codes

Color #C2EFEB in popluar color models

C2 EF EB
RGB 194 239 235
HSL 175° 58.44% 84.90%
HSB/HSV 175° 18.83% 93.73%
CMYK 18.83% 0.00% 1.67%
6.27%

Color #C2EFEB in popluar number systems.

HEX C2 EF EB
Decimal 194 239 235
Binary 11000010 11101111 11101011
Octal 302 357 353

Shades and tints

Shades of #C2EFEB

#C2EFEB
(194,239,235)
#B1DAD6
(177,218,214)
#A0C5C1
(160,197,193)
#8FB0AC
(143,176,172)
#7E9B97
(126,155,151)
#6D8682
(109,134,130)
#5C716D
(92,113,109)
#4B5C58
(75,92,88)
#3A4743
(58,71,67)
#29322E
(41,50,46)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #C2EFEB

#C2EFEB
(194,239,235)
#C7F0EC
(199,240,236)
#CCF1ED
(204,241,237)
#D1F2EE
(209,242,238)
#D6F3EF
(214,243,239)
#DBF4F0
(219,244,240)
#E0F5F1
(224,245,241)
#E5F6F2
(229,246,242)
#EAF7F3
(234,247,243)
#EFF8F4
(239,248,244)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2EFEB; }

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

This text font color is #C2EFEB.

Background Color

.myBgColor { background-color: #C2EFEB; }

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

This div background color is #C2EFEB.

Border color

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

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

This div border color is #C2EFEB.

Opacity

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

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

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

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

This text has shadow with #C2EFEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2EFEB.

Preview

Color preview on black background

This text has color #C2EFEB on black background.


Color preview on white background

This text has color #C2EFEB on white background.


Black color preview on #C2EFEB background

This text has black color on #C2EFEB background.


White color preview on #C2EFEB background

This text has white color on #C2EFEB background.


Related colors

Complementary color

Complementary color for #hex is #3D1014.


I love getcolorcode.com

Triadic colors

1 #EBC2EF and #EFEBC2 with #C2EFEB are triadic colors.

2 #EBEFC2 and #EFC2EB with #C2EFEB are triadic colors.