COLOR #C7E175

HEX: #C7E175
RGB: (199,225,117)

Renk bilgisi

#C7E175 contains mainly red and green colors. #C7E175 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#C7E175 color RGB value is (199,225,117).

  • kırmız ton 199;
  • yeşil ton 225;
  • mavi ton 117.
RGB:
(199,225,117)
(78%,88%,46%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 225 of 255 = 88%
B 117 of 255 = 46%

199
225
117

R + G + B ~ 71%. #C7E175 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 225 + 117 = 541 (100%)
R 199 of 541 ~ 36.78%
G 225 of 541 ~ 41.59%
B 117 of 541 ~ 21.63%

%36.78
%41.59
%21.63

CMYK RENK MODELİ

#C7E175 rengi CMYK tonu (12,0,48,12).

  • camgöbeği tonu 11.56%
  • eflatun tonu 0.00%
  • sarı tonu 48.00%
  • ana renk tonu 11.76%
CMYK:
(12,0,48,12)
C12M0Y48K12 
(12%,0%,48%,12%)
(0.12/0.00/0.48/0.12)	

CMYK yüzdeleri

%11.56
%0
%48
%11.76

Codes

Color #C7E175 in popluar color models

C7E175
RGB199225117
HSL74°64.29%67.06%
HSB/HSV74°48.00%88.24%
CMYK11.56%0.00%48.00%
11.76%

Color #C7E175 in popluar number systems.

HEXC7E175
Decimal199225117
Binary11000111111000011110101
Octal307341165

Shades and tints

Shades of #C7E175

#C7E175
(199,225,117)
#B5CD6B
(181,205,107)
#A3B961
(163,185,97)
#91A557
(145,165,87)
#7F914D
(127,145,77)
#6D7D43
(109,125,67)
#5B6939
(91,105,57)
#49552F
(73,85,47)
#374125
(55,65,37)
#252D1B
(37,45,27)
#131911
(19,25,17)
#000000
(0,0,0)

Tints of #C7E175

#C7E175
(199,225,117)
#CCE381
(204,227,129)
#D1E58D
(209,229,141)
#D6E799
(214,231,153)
#DBE9A5
(219,233,165)
#E0EBB1
(224,235,177)
#E5EDBD
(229,237,189)
#EAEFC9
(234,239,201)
#EFF1D5
(239,241,213)
#F4F3E1
(244,243,225)
#F9F5ED
(249,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E175 color. Also use rgb(199,225,117) instead hex code.

Text Font Color

.myTextColor { color: #C7E175; }

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

This text font color is #C7E175.


Background Color

.myBgColor { background-color: #C7E175; }

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

This div background color is #C7E175.


Border color

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

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

This div border color is #C7E175.


Opacity

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

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

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

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

This text has shadow with #C7E175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E175 on black background.


Color preview on white background

This text has color #C7E175 on white background.



Black color preview on #C7E175 background

This text has black color on #C7E175 background.


White color preview on #C7E175 background

This text has white color on #C7E175 background.