COLOR #C7FFE3

HEX: #C7FFE3 RGB: (199,255,227)

Color info

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

RGB color model

#C7FFE3 color RGB value is (199,255,227).

RGB: (199,255,227) (78%, 100%, 89%)

RGB channels and saturation

R 199 of 255 = 78%
G 255 of 255 = 100%
B 227 of 255 = 89%

199
255
227

R + G + B ~ 89%. #C7FFE3 is light color.

Portions of RGB colors in percentages

R + G + B = 199 + 255 + 227 = 681 (100%)
R 199 of 681 ~ 29.22%
G 255 of 681 ~ 37.44%
B 227 of 681 ~ 33.33'%

%29.22
%37.44
%33.33

CMYK color model

#C7FFE3 color CMYK value is (22,0,11,0).

  • cyan value is 21.96%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 0.00%

CMYK: (22,0,11,0)
C22M0Y11K0 (22%, 0%, 11%, 0%)
(0.22 / 0.00 / 0.11 / 0.00)

CMYK percentages

%21.96
%0
%10.98
%0

Codes

Color #C7FFE3 in popluar color models

C7 FF E3
RGB 199 255 227
HSL 150° 100.00% 89.02%
HSB/HSV 150° 21.96% 100.00%
CMYK 21.96% 0.00% 10.98%
0.00%

Color #C7FFE3 in popluar number systems.

HEX C7 FF E3
Decimal 199 255 227
Binary 11000111 11111111 11100011
Octal 307 377 343

Shades and tints

Shades of #C7FFE3

#C7FFE3
(199,255,227)
#B5E8CF
(181,232,207)
#A3D1BB
(163,209,187)
#91BAA7
(145,186,167)
#7FA393
(127,163,147)
#6D8C7F
(109,140,127)
#5B756B
(91,117,107)
#495E57
(73,94,87)
#374743
(55,71,67)
#25302F
(37,48,47)
#13191B
(19,25,27)
#000000
(0,0,0)

Tints of #C7FFE3

#C7FFE3
(199,255,227)
#CCFFE5
(204,255,229)
#D1FFE7
(209,255,231)
#D6FFE9
(214,255,233)
#DBFFEB
(219,255,235)
#E0FFED
(224,255,237)
#E5FFEF
(229,255,239)
#EAFFF1
(234,255,241)
#EFFFF3
(239,255,243)
#F4FFF5
(244,255,245)
#F9FFF7
(249,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7FFE3; }

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

This text font color is #C7FFE3.

Background Color

.myBgColor { background-color: #C7FFE3; }

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

This div background color is #C7FFE3.

Border color

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

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

This div border color is #C7FFE3.

Opacity

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

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

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

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

This text has shadow with #C7FFE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7FFE3.

Preview

Color preview on black background

This text has color #C7FFE3 on black background.


Color preview on white background

This text has color #C7FFE3 on white background.


Black color preview on #C7FFE3 background

This text has black color on #C7FFE3 background.


White color preview on #C7FFE3 background

This text has white color on #C7FFE3 background.


Related colors

Complementary color

Complementary color for #hex is #38001C.


I love getcolorcode.com

Triadic colors

1 #E3C7FF and #FFE3C7 with #C7FFE3 are triadic colors.

2 #E3FFC7 and #FFC7E3 with #C7FFE3 are triadic colors.