COLOR #C7F9D3

HEX: #C7F9D3
RGB: (199,249,211)

Renk bilgisi

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

RGB renk modeli

#C7F9D3 color RGB value is (199,249,211).

  • kırmız ton 199;
  • yeşil ton 249;
  • mavi ton 211.
RGB:
(199,249,211)
(78%,98%,83%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 249 of 255 = 98%
B 211 of 255 = 83%

199
249
211

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 249 + 211 = 659 (100%)
R 199 of 659 ~ 30.2%
G 249 of 659 ~ 37.78%
B 211 of 659 ~ 32.02%

%30.2
%37.78
%32.02

CMYK RENK MODELİ

#C7F9D3 rengi CMYK tonu (20,0,15,2).

  • camgöbeği tonu 20.08%
  • eflatun tonu 0.00%
  • sarı tonu 15.26%
  • ana renk tonu 2.35%
CMYK:
(20,0,15,2)
C20M0Y15K2 
(20%,0%,15%,2%)
(0.20/0.00/0.15/0.02)	

CMYK yüzdeleri

%20.08
%0
%15.26
%2.35

Codes

Color #C7F9D3 in popluar color models

C7F9D3
RGB199249211
HSL134°80.65%87.84%
HSB/HSV134°20.08%97.65%
CMYK20.08%0.00%15.26%
2.35%

Color #C7F9D3 in popluar number systems.

HEXC7F9D3
Decimal199249211
Binary110001111111100111010011
Octal307371323

Shades and tints

Shades of #C7F9D3

#C7F9D3
(199,249,211)
#B5E3C0
(181,227,192)
#A3CDAD
(163,205,173)
#91B79A
(145,183,154)
#7FA187
(127,161,135)
#6D8B74
(109,139,116)
#5B7561
(91,117,97)
#495F4E
(73,95,78)
#37493B
(55,73,59)
#253328
(37,51,40)
#131D15
(19,29,21)
#000000
(0,0,0)

Tints of #C7F9D3

#C7F9D3
(199,249,211)
#CCF9D7
(204,249,215)
#D1F9DB
(209,249,219)
#D6F9DF
(214,249,223)
#DBF9E3
(219,249,227)
#E0F9E7
(224,249,231)
#E5F9EB
(229,249,235)
#EAF9EF
(234,249,239)
#EFF9F3
(239,249,243)
#F4F9F7
(244,249,247)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7F9D3 color. Also use rgb(199,249,211) instead hex code.

Text Font Color

.myTextColor { color: #C7F9D3; }

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

This text font color is #C7F9D3.


Background Color

.myBgColor { background-color: #C7F9D3; }

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

This div background color is #C7F9D3.


Border color

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

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

This div border color is #C7F9D3.


Opacity

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

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

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

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

This text has shadow with #C7F9D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F9D3 on black background.


Color preview on white background

This text has color #C7F9D3 on white background.



Black color preview on #C7F9D3 background

This text has black color on #C7F9D3 background.


White color preview on #C7F9D3 background

This text has white color on #C7F9D3 background.