COLOR #C7FEF3

HEX: #C7FEF3
RGB: (199,254,243)

Color info

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

RGB color model

#C7FEF3 color RGB value is (199,254,243).

  • red value is 199;
  • green value is 254;
  • blue value is 243.
RGB:
(199,254,243)
(78%,100%,95%)

RGB channels and saturation

R 199 of 255 = 78%
G 254 of 255 = 100%
B 243 of 255 = 95%

199
254
243

R + G + B ~ 91%. #C7FEF3 is light color.

Portions of RGB colors in percentages

R + G + B =
199 + 254 + 243 = 696 (100%)
R 199 of 696 ~ 28.59%
G 254 of 696 ~ 36.49%
B 243 of 696 ~ 34.91%

%28.59
%36.49
%34.91

CMYK color model

#C7FEF3 color CMYK value is (22,0,4,0).

  • cyan value is 21.65%
  • magenta value is 0.00%
  • yellow value is 4.33%
  • key color value is 0.39%
CMYK:
(22,0,4,0)
C22M0Y4K0 
(22%,0%,4%,0%)
(0.22/0.00/0.04/0.00)	

CMYK percentages

%21.65
%0
%4.33
%0.39

Codes

Color #C7FEF3 in popluar color models

C7FEF3
RGB199254243
HSL168°96.49%88.82%
HSB/HSV168°21.65%99.61%
CMYK21.65%0.00%4.33%
0.39%

Color #C7FEF3 in popluar number systems.

HEXC7FEF3
Decimal199254243
Binary110001111111111011110011
Octal307376363

Shades and tints

Shades of #C7FEF3

#C7FEF3
(199,254,243)
#B5E7DD
(181,231,221)
#A3D0C7
(163,208,199)
#91B9B1
(145,185,177)
#7FA29B
(127,162,155)
#6D8B85
(109,139,133)
#5B746F
(91,116,111)
#495D59
(73,93,89)
#374643
(55,70,67)
#252F2D
(37,47,45)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #C7FEF3

#C7FEF3
(199,254,243)
#CCFEF4
(204,254,244)
#D1FEF5
(209,254,245)
#D6FEF6
(214,254,246)
#DBFEF7
(219,254,247)
#E0FEF8
(224,254,248)
#E5FEF9
(229,254,249)
#EAFEFA
(234,254,250)
#EFFEFB
(239,254,251)
#F4FEFC
(244,254,252)
#F9FEFD
(249,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7FEF3 color. Also use rgb(199,254,243) instead hex code.

Text Font Color

.myTextColor { color: #C7FEF3; }

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

This text font color is #C7FEF3.


Background Color

.myBgColor { background-color: #C7FEF3; }

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

This div background color is #C7FEF3.


Border color

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

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

This div border color is #C7FEF3.


Opacity

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

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

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

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

This text has shadow with #C7FEF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7FEF3 on black background.


Color preview on white background

This text has color #C7FEF3 on white background.



Black color preview on #C7FEF3 background

This text has black color on #C7FEF3 background.


White color preview on #C7FEF3 background

This text has white color on #C7FEF3 background.