COLOR #C7E7D6

HEX: #C7E7D6
RGB: (199,231,214)

Renk bilgisi

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

RGB renk modeli

#C7E7D6 color RGB value is (199,231,214).

  • kırmız ton 199;
  • yeşil ton 231;
  • mavi ton 214.
RGB:
(199,231,214)
(78%,91%,84%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 231 of 255 = 91%
B 214 of 255 = 84%

199
231
214

R + G + B ~ 84%. #C7E7D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 231 + 214 = 644 (100%)
R 199 of 644 ~ 30.9%
G 231 of 644 ~ 35.87%
B 214 of 644 ~ 33.23%

%30.9
%35.87
%33.23

CMYK RENK MODELİ

#C7E7D6 rengi CMYK tonu (14,0,7,9).

  • camgöbeği tonu 13.85%
  • eflatun tonu 0.00%
  • sarı tonu 7.36%
  • ana renk tonu 9.41%
CMYK:
(14,0,7,9)
C14M0Y7K9 
(14%,0%,7%,9%)
(0.14/0.00/0.07/0.09)	

CMYK yüzdeleri

%13.85
%0
%7.36
%9.41

Codes

Color #C7E7D6 in popluar color models

C7E7D6
RGB199231214
HSL148°40.00%84.31%
HSB/HSV148°13.85%90.59%
CMYK13.85%0.00%7.36%
9.41%

Color #C7E7D6 in popluar number systems.

HEXC7E7D6
Decimal199231214
Binary110001111110011111010110
Octal307347326

Shades and tints

Shades of #C7E7D6

#C7E7D6
(199,231,214)
#B5D2C3
(181,210,195)
#A3BDB0
(163,189,176)
#91A89D
(145,168,157)
#7F938A
(127,147,138)
#6D7E77
(109,126,119)
#5B6964
(91,105,100)
#495451
(73,84,81)
#373F3E
(55,63,62)
#252A2B
(37,42,43)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #C7E7D6

#C7E7D6
(199,231,214)
#CCE9D9
(204,233,217)
#D1EBDC
(209,235,220)
#D6EDDF
(214,237,223)
#DBEFE2
(219,239,226)
#E0F1E5
(224,241,229)
#E5F3E8
(229,243,232)
#EAF5EB
(234,245,235)
#EFF7EE
(239,247,238)
#F4F9F1
(244,249,241)
#F9FBF4
(249,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E7D6 color. Also use rgb(199,231,214) instead hex code.

Text Font Color

.myTextColor { color: #C7E7D6; }

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

This text font color is #C7E7D6.


Background Color

.myBgColor { background-color: #C7E7D6; }

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

This div background color is #C7E7D6.


Border color

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

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

This div border color is #C7E7D6.


Opacity

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

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

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

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

This text has shadow with #C7E7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E7D6 on black background.


Color preview on white background

This text has color #C7E7D6 on white background.



Black color preview on #C7E7D6 background

This text has black color on #C7E7D6 background.


White color preview on #C7E7D6 background

This text has white color on #C7E7D6 background.