COLOR #C7E5C1

HEX: #C7E5C1
RGB: (199,229,193)

Renk bilgisi

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

RGB renk modeli

#C7E5C1 color RGB value is (199,229,193).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 229 of 255 = 90%
B 193 of 255 = 76%

199
229
193

R + G + B ~ 81%. #C7E5C1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 229 + 193 = 621 (100%)
R 199 of 621 ~ 32.05%
G 229 of 621 ~ 36.88%
B 193 of 621 ~ 31.08%

%32.05
%36.88
%31.08

CMYK RENK MODELİ

#C7E5C1 rengi CMYK tonu (13,0,16,10).

  • camgöbeği tonu 13.10%
  • eflatun tonu 0.00%
  • sarı tonu 15.72%
  • ana renk tonu 10.20%
CMYK:
(13,0,16,10)
C13M0Y16K10 
(13%,0%,16%,10%)
(0.13/0.00/0.16/0.10)	

CMYK yüzdeleri

%13.1
%0
%15.72
%10.2

Codes

Color #C7E5C1 in popluar color models

C7E5C1
RGB199229193
HSL110°40.91%82.75%
HSB/HSV110°15.72%89.80%
CMYK13.10%0.00%15.72%
10.20%

Color #C7E5C1 in popluar number systems.

HEXC7E5C1
Decimal199229193
Binary110001111110010111000001
Octal307345301

Shades and tints

Shades of #C7E5C1

#C7E5C1
(199,229,193)
#B5D1B0
(181,209,176)
#A3BD9F
(163,189,159)
#91A98E
(145,169,142)
#7F957D
(127,149,125)
#6D816C
(109,129,108)
#5B6D5B
(91,109,91)
#49594A
(73,89,74)
#374539
(55,69,57)
#253128
(37,49,40)
#131D17
(19,29,23)
#000000
(0,0,0)

Tints of #C7E5C1

#C7E5C1
(199,229,193)
#CCE7C6
(204,231,198)
#D1E9CB
(209,233,203)
#D6EBD0
(214,235,208)
#DBEDD5
(219,237,213)
#E0EFDA
(224,239,218)
#E5F1DF
(229,241,223)
#EAF3E4
(234,243,228)
#EFF5E9
(239,245,233)
#F4F7EE
(244,247,238)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E5C1; }

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

This text font color is #C7E5C1.


Background Color

.myBgColor { background-color: #C7E5C1; }

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

This div background color is #C7E5C1.


Border color

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

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

This div border color is #C7E5C1.


Opacity

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

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

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

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

This text has shadow with #C7E5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E5C1 on black background.


Color preview on white background

This text has color #C7E5C1 on white background.



Black color preview on #C7E5C1 background

This text has black color on #C7E5C1 background.


White color preview on #C7E5C1 background

This text has white color on #C7E5C1 background.