COLOR #C7EFE3

HEX: #C7EFE3 RGB: (199,239,227)

Color info

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

RGB color model

#C7EFE3 color RGB value is (199,239,227).

RGB: (199,239,227) (78%, 94%, 89%)

RGB channels and saturation

R 199 of 255 = 78%
G 239 of 255 = 94%
B 227 of 255 = 89%

199
239
227

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

Portions of RGB colors in percentages

R + G + B = 199 + 239 + 227 = 665 (100%)
R 199 of 665 ~ 29.92%
G 239 of 665 ~ 35.94%
B 227 of 665 ~ 34.14'%

%29.92
%35.94
%34.14

CMYK color model

#C7EFE3 color CMYK value is (17,0,5,6).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 5.02%
  • key color value is 6.27%

CMYK: (17,0,5,6)
C17M0Y5K6 (17%, 0%, 5%, 6%)
(0.17 / 0.00 / 0.05 / 0.06)

CMYK percentages

%16.74
%0
%5.02
%6.27

Codes

Color #C7EFE3 in popluar color models

C7 EF E3
RGB 199 239 227
HSL 162° 55.56% 85.88%
HSB/HSV 162° 16.74% 93.73%
CMYK 16.74% 0.00% 5.02%
6.27%

Color #C7EFE3 in popluar number systems.

HEX C7 EF E3
Decimal 199 239 227
Binary 11000111 11101111 11100011
Octal 307 357 343

Shades and tints

Shades of #C7EFE3

#C7EFE3
(199,239,227)
#B5DACF
(181,218,207)
#A3C5BB
(163,197,187)
#91B0A7
(145,176,167)
#7F9B93
(127,155,147)
#6D867F
(109,134,127)
#5B716B
(91,113,107)
#495C57
(73,92,87)
#374743
(55,71,67)
#25322F
(37,50,47)
#131D1B
(19,29,27)
#000000
(0,0,0)

Tints of #C7EFE3

#C7EFE3
(199,239,227)
#CCF0E5
(204,240,229)
#D1F1E7
(209,241,231)
#D6F2E9
(214,242,233)
#DBF3EB
(219,243,235)
#E0F4ED
(224,244,237)
#E5F5EF
(229,245,239)
#EAF6F1
(234,246,241)
#EFF7F3
(239,247,243)
#F4F8F5
(244,248,245)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7EFE3 color. Also use rgb(199,239,227) instead hex code.

Text Font Color

.myTextColor { color: #C7EFE3; }

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

This text font color is #C7EFE3.

Background Color

.myBgColor { background-color: #C7EFE3; }

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

This div background color is #C7EFE3.

Border color

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

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

This div border color is #C7EFE3.

Opacity

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

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

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

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

This text has shadow with #C7EFE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7EFE3.

Preview

Color preview on black background

This text has color #C7EFE3 on black background.


Color preview on white background

This text has color #C7EFE3 on white background.


Black color preview on #C7EFE3 background

This text has black color on #C7EFE3 background.


White color preview on #C7EFE3 background

This text has white color on #C7EFE3 background.


Related colors

Complementary color

Complementary color for #hex is #38101C.


I love getcolorcode.com

Triadic colors

1 #E3C7EF and #EFE3C7 with #C7EFE3 are triadic colors.

2 #E3EFC7 and #EFC7E3 with #C7EFE3 are triadic colors.