COLOR #C7F6D4

HEX: #C7F6D4
RGB: (199,246,212)

Renk bilgisi

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

RGB renk modeli

#C7F6D4 color RGB value is (199,246,212).

  • kırmız ton 199;
  • yeşil ton 246;
  • mavi ton 212.
RGB:
(199,246,212)
(78%,96%,83%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 246 of 255 = 96%
B 212 of 255 = 83%

199
246
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 246 + 212 = 657 (100%)
R 199 of 657 ~ 30.29%
G 246 of 657 ~ 37.44%
B 212 of 657 ~ 32.27%

%30.29
%37.44
%32.27

CMYK RENK MODELİ

#C7F6D4 rengi CMYK tonu (19,0,14,4).

  • camgöbeği tonu 19.11%
  • eflatun tonu 0.00%
  • sarı tonu 13.82%
  • ana renk tonu 3.53%
CMYK:
(19,0,14,4)
C19M0Y14K4 
(19%,0%,14%,4%)
(0.19/0.00/0.14/0.04)	

CMYK yüzdeleri

%19.11
%0
%13.82
%3.53

Codes

Color #C7F6D4 in popluar color models

C7F6D4
RGB199246212
HSL137°72.31%87.25%
HSB/HSV137°19.11%96.47%
CMYK19.11%0.00%13.82%
3.53%

Color #C7F6D4 in popluar number systems.

HEXC7F6D4
Decimal199246212
Binary110001111111011011010100
Octal307366324

Shades and tints

Shades of #C7F6D4

#C7F6D4
(199,246,212)
#B5E0C1
(181,224,193)
#A3CAAE
(163,202,174)
#91B49B
(145,180,155)
#7F9E88
(127,158,136)
#6D8875
(109,136,117)
#5B7262
(91,114,98)
#495C4F
(73,92,79)
#37463C
(55,70,60)
#253029
(37,48,41)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #C7F6D4

#C7F6D4
(199,246,212)
#CCF6D7
(204,246,215)
#D1F6DA
(209,246,218)
#D6F6DD
(214,246,221)
#DBF6E0
(219,246,224)
#E0F6E3
(224,246,227)
#E5F6E6
(229,246,230)
#EAF6E9
(234,246,233)
#EFF6EC
(239,246,236)
#F4F6EF
(244,246,239)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7F6D4 color. Also use rgb(199,246,212) instead hex code.

Text Font Color

.myTextColor { color: #C7F6D4; }

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

This text font color is #C7F6D4.


Background Color

.myBgColor { background-color: #C7F6D4; }

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

This div background color is #C7F6D4.


Border color

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

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

This div border color is #C7F6D4.


Opacity

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

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

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

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

This text has shadow with #C7F6D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F6D4 on black background.


Color preview on white background

This text has color #C7F6D4 on white background.



Black color preview on #C7F6D4 background

This text has black color on #C7F6D4 background.


White color preview on #C7F6D4 background

This text has white color on #C7F6D4 background.