COLOR #C7EFC4

HEX: #C7EFC4
RGB: (199,239,196)

Renk bilgisi

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

RGB renk modeli

#C7EFC4 color RGB value is (199,239,196).

  • kırmız ton 199;
  • yeşil ton 239;
  • mavi ton 196.
RGB:
(199,239,196)
(78%,94%,77%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 239 of 255 = 94%
B 196 of 255 = 77%

199
239
196

R + G + B ~ 83%. #C7EFC4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 239 + 196 = 634 (100%)
R 199 of 634 ~ 31.39%
G 239 of 634 ~ 37.7%
B 196 of 634 ~ 30.91%

%31.39
%37.7
%30.91

CMYK RENK MODELİ

#C7EFC4 rengi CMYK tonu (17,0,18,6).

  • camgöbeği tonu 16.74%
  • eflatun tonu 0.00%
  • sarı tonu 17.99%
  • ana renk tonu 6.27%
CMYK:
(17,0,18,6)
C17M0Y18K6 
(17%,0%,18%,6%)
(0.17/0.00/0.18/0.06)	

CMYK yüzdeleri

%16.74
%0
%17.99
%6.27

Codes

Color #C7EFC4 in popluar color models

C7EFC4
RGB199239196
HSL116°57.33%85.29%
HSB/HSV116°17.99%93.73%
CMYK16.74%0.00%17.99%
6.27%

Color #C7EFC4 in popluar number systems.

HEXC7EFC4
Decimal199239196
Binary110001111110111111000100
Octal307357304

Shades and tints

Shades of #C7EFC4

#C7EFC4
(199,239,196)
#B5DAB3
(181,218,179)
#A3C5A2
(163,197,162)
#91B091
(145,176,145)
#7F9B80
(127,155,128)
#6D866F
(109,134,111)
#5B715E
(91,113,94)
#495C4D
(73,92,77)
#37473C
(55,71,60)
#25322B
(37,50,43)
#131D1A
(19,29,26)
#000000
(0,0,0)

Tints of #C7EFC4

#C7EFC4
(199,239,196)
#CCF0C9
(204,240,201)
#D1F1CE
(209,241,206)
#D6F2D3
(214,242,211)
#DBF3D8
(219,243,216)
#E0F4DD
(224,244,221)
#E5F5E2
(229,245,226)
#EAF6E7
(234,246,231)
#EFF7EC
(239,247,236)
#F4F8F1
(244,248,241)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7EFC4 color. Also use rgb(199,239,196) instead hex code.

Text Font Color

.myTextColor { color: #C7EFC4; }

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

This text font color is #C7EFC4.


Background Color

.myBgColor { background-color: #C7EFC4; }

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

This div background color is #C7EFC4.


Border color

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

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

This div border color is #C7EFC4.


Opacity

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

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

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

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

This text has shadow with #C7EFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EFC4 on black background.


Color preview on white background

This text has color #C7EFC4 on white background.



Black color preview on #C7EFC4 background

This text has black color on #C7EFC4 background.


White color preview on #C7EFC4 background

This text has white color on #C7EFC4 background.