COLOR #C7FFEB

HEX: #C7FFEB
RGB: (199,255,235)

Color info

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

RGB color model

#C7FFEB color RGB value is (199,255,235).

  • red value is 199;
  • green value is 255;
  • blue value is 235.
RGB:
(199,255,235)
(78%,100%,92%)

RGB channels and saturation

R 199 of 255 = 78%
G 255 of 255 = 100%
B 235 of 255 = 92%

199
255
235

R + G + B ~ 90%. #C7FFEB is light color.

Portions of RGB colors in percentages

R + G + B =
199 + 255 + 235 = 689 (100%)
R 199 of 689 ~ 28.88%
G 255 of 689 ~ 37.01%
B 235 of 689 ~ 34.11%

%28.88
%37.01
%34.11

CMYK color model

#C7FFEB color CMYK value is (22,0,8,0).

  • cyan value is 21.96%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 0.00%
CMYK:
(22,0,8,0)
C22M0Y8K0 
(22%,0%,8%,0%)
(0.22/0.00/0.08/0.00)	

CMYK percentages

%21.96
%0
%7.84
%0

Codes

Color #C7FFEB in popluar color models

C7FFEB
RGB199255235
HSL159°100.00%89.02%
HSB/HSV159°21.96%100.00%
CMYK21.96%0.00%7.84%
0.00%

Color #C7FFEB in popluar number systems.

HEXC7FFEB
Decimal199255235
Binary110001111111111111101011
Octal307377353

Shades and tints

Shades of #C7FFEB

#C7FFEB
(199,255,235)
#B5E8D6
(181,232,214)
#A3D1C1
(163,209,193)
#91BAAC
(145,186,172)
#7FA397
(127,163,151)
#6D8C82
(109,140,130)
#5B756D
(91,117,109)
#495E58
(73,94,88)
#374743
(55,71,67)
#25302E
(37,48,46)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #C7FFEB

#C7FFEB
(199,255,235)
#CCFFEC
(204,255,236)
#D1FFED
(209,255,237)
#D6FFEE
(214,255,238)
#DBFFEF
(219,255,239)
#E0FFF0
(224,255,240)
#E5FFF1
(229,255,241)
#EAFFF2
(234,255,242)
#EFFFF3
(239,255,243)
#F4FFF4
(244,255,244)
#F9FFF5
(249,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7FFEB; }

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

This text font color is #C7FFEB.


Background Color

.myBgColor { background-color: #C7FFEB; }

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

This div background color is #C7FFEB.


Border color

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

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

This div border color is #C7FFEB.


Opacity

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

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

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

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

This text has shadow with #C7FFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7FFEB on black background.


Color preview on white background

This text has color #C7FFEB on white background.



Black color preview on #C7FFEB background

This text has black color on #C7FFEB background.


White color preview on #C7FFEB background

This text has white color on #C7FFEB background.