COLOR #C7EDC9

HEX: #C7EDC9
RGB: (199,237,201)

Renk bilgisi

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

RGB renk modeli

#C7EDC9 color RGB value is (199,237,201).

  • kırmız ton 199;
  • yeşil ton 237;
  • mavi ton 201.
RGB:
(199,237,201)
(78%,93%,79%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 237 of 255 = 93%
B 201 of 255 = 79%

199
237
201

R + G + B ~ 83%. #C7EDC9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 237 + 201 = 637 (100%)
R 199 of 637 ~ 31.24%
G 237 of 637 ~ 37.21%
B 201 of 637 ~ 31.55%

%31.24
%37.21
%31.55

CMYK RENK MODELİ

#C7EDC9 rengi CMYK tonu (16,0,15,7).

  • camgöbeği tonu 16.03%
  • eflatun tonu 0.00%
  • sarı tonu 15.19%
  • ana renk tonu 7.06%
CMYK:
(16,0,15,7)
C16M0Y15K7 
(16%,0%,15%,7%)
(0.16/0.00/0.15/0.07)	

CMYK yüzdeleri

%16.03
%0
%15.19
%7.06

Codes

Color #C7EDC9 in popluar color models

C7EDC9
RGB199237201
HSL123°51.35%85.49%
HSB/HSV123°16.03%92.94%
CMYK16.03%0.00%15.19%
7.06%

Color #C7EDC9 in popluar number systems.

HEXC7EDC9
Decimal199237201
Binary110001111110110111001001
Octal307355311

Shades and tints

Shades of #C7EDC9

#C7EDC9
(199,237,201)
#B5D8B7
(181,216,183)
#A3C3A5
(163,195,165)
#91AE93
(145,174,147)
#7F9981
(127,153,129)
#6D846F
(109,132,111)
#5B6F5D
(91,111,93)
#495A4B
(73,90,75)
#374539
(55,69,57)
#253027
(37,48,39)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #C7EDC9

#C7EDC9
(199,237,201)
#CCEECD
(204,238,205)
#D1EFD1
(209,239,209)
#D6F0D5
(214,240,213)
#DBF1D9
(219,241,217)
#E0F2DD
(224,242,221)
#E5F3E1
(229,243,225)
#EAF4E5
(234,244,229)
#EFF5E9
(239,245,233)
#F4F6ED
(244,246,237)
#F9F7F1
(249,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7EDC9 color. Also use rgb(199,237,201) instead hex code.

Text Font Color

.myTextColor { color: #C7EDC9; }

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

This text font color is #C7EDC9.


Background Color

.myBgColor { background-color: #C7EDC9; }

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

This div background color is #C7EDC9.


Border color

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

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

This div border color is #C7EDC9.


Opacity

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

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

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

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

This text has shadow with #C7EDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EDC9 on black background.


Color preview on white background

This text has color #C7EDC9 on white background.



Black color preview on #C7EDC9 background

This text has black color on #C7EDC9 background.


White color preview on #C7EDC9 background

This text has white color on #C7EDC9 background.