COLOR #C7C5E3

HEX: #C7C5E3
RGB: (199,197,227)

Renk bilgisi

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

RGB renk modeli

#C7C5E3 color RGB value is (199,197,227).

  • kırmız ton 199;
  • yeşil ton 197;
  • mavi ton 227.
RGB:
(199,197,227)
(78%,77%,89%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 197 of 255 = 77%
B 227 of 255 = 89%

199
197
227

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 197 + 227 = 623 (100%)
R 199 of 623 ~ 31.94%
G 197 of 623 ~ 31.62%
B 227 of 623 ~ 36.44%

%31.94
%31.62
%36.44

CMYK RENK MODELİ

#C7C5E3 rengi CMYK tonu (12,13,0,11).

  • camgöbeği tonu 12.33%
  • eflatun tonu 13.22%
  • sarı tonu 0.00%
  • ana renk tonu 10.98%
CMYK:
(12,13,0,11)
C12M13Y0K11 
(12%,13%,0%,11%)
(0.12/0.13/0.00/0.11)	

CMYK yüzdeleri

%12.33
%13.22
%0
%10.98

Codes

Color #C7C5E3 in popluar color models

C7C5E3
RGB199197227
HSL244°34.88%83.14%
HSB/HSV244°13.22%89.02%
CMYK12.33%13.22%0.00%
10.98%

Color #C7C5E3 in popluar number systems.

HEXC7C5E3
Decimal199197227
Binary110001111100010111100011
Octal307305343

Shades and tints

Shades of #C7C5E3

#C7C5E3
(199,197,227)
#B5B4CF
(181,180,207)
#A3A3BB
(163,163,187)
#9192A7
(145,146,167)
#7F8193
(127,129,147)
#6D707F
(109,112,127)
#5B5F6B
(91,95,107)
#494E57
(73,78,87)
#373D43
(55,61,67)
#252C2F
(37,44,47)
#131B1B
(19,27,27)
#000000
(0,0,0)

Tints of #C7C5E3

#C7C5E3
(199,197,227)
#CCCAE5
(204,202,229)
#D1CFE7
(209,207,231)
#D6D4E9
(214,212,233)
#DBD9EB
(219,217,235)
#E0DEED
(224,222,237)
#E5E3EF
(229,227,239)
#EAE8F1
(234,232,241)
#EFEDF3
(239,237,243)
#F4F2F5
(244,242,245)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C5E3 color. Also use rgb(199,197,227) instead hex code.

Text Font Color

.myTextColor { color: #C7C5E3; }

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

This text font color is #C7C5E3.


Background Color

.myBgColor { background-color: #C7C5E3; }

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

This div background color is #C7C5E3.


Border color

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

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

This div border color is #C7C5E3.


Opacity

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

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

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

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

This text has shadow with #C7C5E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C5E3 on black background.


Color preview on white background

This text has color #C7C5E3 on white background.



Black color preview on #C7C5E3 background

This text has black color on #C7C5E3 background.


White color preview on #C7C5E3 background

This text has white color on #C7C5E3 background.