COLOR #C7EDC4

HEX: #C7EDC4
RGB: (199,237,196)

Renk bilgisi

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

RGB renk modeli

#C7EDC4 color RGB value is (199,237,196).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 237 of 255 = 93%
B 196 of 255 = 77%

199
237
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 237 + 196 = 632 (100%)
R 199 of 632 ~ 31.49%
G 237 of 632 ~ 37.5%
B 196 of 632 ~ 31.01%

%31.49
%37.5
%31.01

CMYK RENK MODELİ

#C7EDC4 rengi CMYK tonu (16,0,17,7).

  • camgöbeği tonu 16.03%
  • eflatun tonu 0.00%
  • sarı tonu 17.30%
  • ana renk tonu 7.06%
CMYK:
(16,0,17,7)
C16M0Y17K7 
(16%,0%,17%,7%)
(0.16/0.00/0.17/0.07)	

CMYK yüzdeleri

%16.03
%0
%17.3
%7.06

Codes

Color #C7EDC4 in popluar color models

C7EDC4
RGB199237196
HSL116°53.25%84.90%
HSB/HSV116°17.30%92.94%
CMYK16.03%0.00%17.30%
7.06%

Color #C7EDC4 in popluar number systems.

HEXC7EDC4
Decimal199237196
Binary110001111110110111000100
Octal307355304

Shades and tints

Shades of #C7EDC4

#C7EDC4
(199,237,196)
#B5D8B3
(181,216,179)
#A3C3A2
(163,195,162)
#91AE91
(145,174,145)
#7F9980
(127,153,128)
#6D846F
(109,132,111)
#5B6F5E
(91,111,94)
#495A4D
(73,90,77)
#37453C
(55,69,60)
#25302B
(37,48,43)
#131B1A
(19,27,26)
#000000
(0,0,0)

Tints of #C7EDC4

#C7EDC4
(199,237,196)
#CCEEC9
(204,238,201)
#D1EFCE
(209,239,206)
#D6F0D3
(214,240,211)
#DBF1D8
(219,241,216)
#E0F2DD
(224,242,221)
#E5F3E2
(229,243,226)
#EAF4E7
(234,244,231)
#EFF5EC
(239,245,236)
#F4F6F1
(244,246,241)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EDC4; }

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

This text font color is #C7EDC4.


Background Color

.myBgColor { background-color: #C7EDC4; }

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

This div background color is #C7EDC4.


Border color

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

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

This div border color is #C7EDC4.


Opacity

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

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

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

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

This text has shadow with #C7EDC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EDC4 on black background.


Color preview on white background

This text has color #C7EDC4 on white background.



Black color preview on #C7EDC4 background

This text has black color on #C7EDC4 background.


White color preview on #C7EDC4 background

This text has white color on #C7EDC4 background.