COLOR #C7E6E4

HEX: #C7E6E4
RGB: (199,230,228)

Renk bilgisi

#C7E6E4 contains red, green and blue colors in about the same proportion. #C7E6E4 ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#C7E6E4 color RGB value is (199,230,228).

  • kırmız ton 199;
  • yeşil ton 230;
  • mavi ton 228.
RGB:
(199,230,228)
(78%,90%,89%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 230 of 255 = 90%
B 228 of 255 = 89%

199
230
228

R + G + B ~ 86%. #C7E6E4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 230 + 228 = 657 (100%)
R 199 of 657 ~ 30.29%
G 230 of 657 ~ 35.01%
B 228 of 657 ~ 34.7%

%30.29
%35.01
%34.7

CMYK RENK MODELİ

#C7E6E4 rengi CMYK tonu (13,0,1,10).

  • camgöbeği tonu 13.48%
  • eflatun tonu 0.00%
  • sarı tonu 0.87%
  • ana renk tonu 9.80%
CMYK:
(13,0,1,10)
C13M0Y1K10 
(13%,0%,1%,10%)
(0.13/0.00/0.01/0.10)	

CMYK yüzdeleri

%13.48
%0
%0.87
%9.8

Codes

Color #C7E6E4 in popluar color models

C7E6E4
RGB199230228
HSL176°38.27%84.12%
HSB/HSV176°13.48%90.20%
CMYK13.48%0.00%0.87%
9.80%

Color #C7E6E4 in popluar number systems.

HEXC7E6E4
Decimal199230228
Binary110001111110011011100100
Octal307346344

Shades and tints

Shades of #C7E6E4

#C7E6E4
(199,230,228)
#B5D2D0
(181,210,208)
#A3BEBC
(163,190,188)
#91AAA8
(145,170,168)
#7F9694
(127,150,148)
#6D8280
(109,130,128)
#5B6E6C
(91,110,108)
#495A58
(73,90,88)
#374644
(55,70,68)
#253230
(37,50,48)
#131E1C
(19,30,28)
#000000
(0,0,0)

Tints of #C7E6E4

#C7E6E4
(199,230,228)
#CCE8E6
(204,232,230)
#D1EAE8
(209,234,232)
#D6ECEA
(214,236,234)
#DBEEEC
(219,238,236)
#E0F0EE
(224,240,238)
#E5F2F0
(229,242,240)
#EAF4F2
(234,244,242)
#EFF6F4
(239,246,244)
#F4F8F6
(244,248,246)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E6E4 color. Also use rgb(199,230,228) instead hex code.

Text Font Color

.myTextColor { color: #C7E6E4; }

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

This text font color is #C7E6E4.


Background Color

.myBgColor { background-color: #C7E6E4; }

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

This div background color is #C7E6E4.


Border color

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

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

This div border color is #C7E6E4.


Opacity

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

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

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

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

This text has shadow with #C7E6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E6E4 on black background.


Color preview on white background

This text has color #C7E6E4 on white background.



Black color preview on #C7E6E4 background

This text has black color on #C7E6E4 background.


White color preview on #C7E6E4 background

This text has white color on #C7E6E4 background.