COLOR #C5C3E7

HEX: #C5C3E7
RGB: (197,195,231)

Renk bilgisi

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

RGB renk modeli

#C5C3E7 color RGB value is (197,195,231).

  • kırmız ton 197;
  • yeşil ton 195;
  • mavi ton 231.
RGB:
(197,195,231)
(77%,76%,91%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 195 of 255 = 76%
B 231 of 255 = 91%

197
195
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 195 + 231 = 623 (100%)
R 197 of 623 ~ 31.62%
G 195 of 623 ~ 31.3%
B 231 of 623 ~ 37.08%

%31.62
%31.3
%37.08

CMYK RENK MODELİ

#C5C3E7 rengi CMYK tonu (15,16,0,9).

  • camgöbeği tonu 14.72%
  • eflatun tonu 15.58%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(15,16,0,9)
C15M16Y0K9 
(15%,16%,0%,9%)
(0.15/0.16/0.00/0.09)	

CMYK yüzdeleri

%14.72
%15.58
%0
%9.41

Codes

Color #C5C3E7 in popluar color models

C5C3E7
RGB197195231
HSL243°42.86%83.53%
HSB/HSV243°15.58%90.59%
CMYK14.72%15.58%0.00%
9.41%

Color #C5C3E7 in popluar number systems.

HEXC5C3E7
Decimal197195231
Binary110001011100001111100111
Octal305303347

Shades and tints

Shades of #C5C3E7

#C5C3E7
(197,195,231)
#B4B2D2
(180,178,210)
#A3A1BD
(163,161,189)
#9290A8
(146,144,168)
#817F93
(129,127,147)
#706E7E
(112,110,126)
#5F5D69
(95,93,105)
#4E4C54
(78,76,84)
#3D3B3F
(61,59,63)
#2C2A2A
(44,42,42)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #C5C3E7

#C5C3E7
(197,195,231)
#CAC8E9
(202,200,233)
#CFCDEB
(207,205,235)
#D4D2ED
(212,210,237)
#D9D7EF
(217,215,239)
#DEDCF1
(222,220,241)
#E3E1F3
(227,225,243)
#E8E6F5
(232,230,245)
#EDEBF7
(237,235,247)
#F2F0F9
(242,240,249)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C3E7 color. Also use rgb(197,195,231) instead hex code.

Text Font Color

.myTextColor { color: #C5C3E7; }

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

This text font color is #C5C3E7.


Background Color

.myBgColor { background-color: #C5C3E7; }

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

This div background color is #C5C3E7.


Border color

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

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

This div border color is #C5C3E7.


Opacity

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

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

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

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

This text has shadow with #C5C3E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C3E7 on black background.


Color preview on white background

This text has color #C5C3E7 on white background.



Black color preview on #C5C3E7 background

This text has black color on #C5C3E7 background.


White color preview on #C5C3E7 background

This text has white color on #C5C3E7 background.