COLOR #C7E7C1

HEX: #C7E7C1
RGB: (199,231,193)

Renk bilgisi

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

RGB renk modeli

#C7E7C1 color RGB value is (199,231,193).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 231 of 255 = 91%
B 193 of 255 = 76%

199
231
193

R + G + B ~ 82%. #C7E7C1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 231 + 193 = 623 (100%)
R 199 of 623 ~ 31.94%
G 231 of 623 ~ 37.08%
B 193 of 623 ~ 30.98%

%31.94
%37.08
%30.98

CMYK RENK MODELİ

#C7E7C1 rengi CMYK tonu (14,0,16,9).

  • camgöbeği tonu 13.85%
  • eflatun tonu 0.00%
  • sarı tonu 16.45%
  • ana renk tonu 9.41%
CMYK:
(14,0,16,9)
C14M0Y16K9 
(14%,0%,16%,9%)
(0.14/0.00/0.16/0.09)	

CMYK yüzdeleri

%13.85
%0
%16.45
%9.41

Codes

Color #C7E7C1 in popluar color models

C7E7C1
RGB199231193
HSL111°44.19%83.14%
HSB/HSV111°16.45%90.59%
CMYK13.85%0.00%16.45%
9.41%

Color #C7E7C1 in popluar number systems.

HEXC7E7C1
Decimal199231193
Binary110001111110011111000001
Octal307347301

Shades and tints

Shades of #C7E7C1

#C7E7C1
(199,231,193)
#B5D2B0
(181,210,176)
#A3BD9F
(163,189,159)
#91A88E
(145,168,142)
#7F937D
(127,147,125)
#6D7E6C
(109,126,108)
#5B695B
(91,105,91)
#49544A
(73,84,74)
#373F39
(55,63,57)
#252A28
(37,42,40)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #C7E7C1

#C7E7C1
(199,231,193)
#CCE9C6
(204,233,198)
#D1EBCB
(209,235,203)
#D6EDD0
(214,237,208)
#DBEFD5
(219,239,213)
#E0F1DA
(224,241,218)
#E5F3DF
(229,243,223)
#EAF5E4
(234,245,228)
#EFF7E9
(239,247,233)
#F4F9EE
(244,249,238)
#F9FBF3
(249,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E7C1; }

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

This text font color is #C7E7C1.


Background Color

.myBgColor { background-color: #C7E7C1; }

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

This div background color is #C7E7C1.


Border color

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

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

This div border color is #C7E7C1.


Opacity

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

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

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

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

This text has shadow with #C7E7C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E7C1 on black background.


Color preview on white background

This text has color #C7E7C1 on white background.



Black color preview on #C7E7C1 background

This text has black color on #C7E7C1 background.


White color preview on #C7E7C1 background

This text has white color on #C7E7C1 background.