COLOR #C3C5EC

HEX: #C3C5EC
RGB: (195,197,236)

Renk bilgisi

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

RGB renk modeli

#C3C5EC color RGB value is (195,197,236).

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

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 197 of 255 = 77%
B 236 of 255 = 93%

195
197
236

R + G + B ~ 82%. #C3C5EC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 197 + 236 = 628 (100%)
R 195 of 628 ~ 31.05%
G 197 of 628 ~ 31.37%
B 236 of 628 ~ 37.58%

%31.05
%31.37
%37.58

CMYK RENK MODELİ

#C3C5EC rengi CMYK tonu (17,17,0,7).

  • camgöbeği tonu 17.37%
  • eflatun tonu 16.53%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(17,17,0,7)
C17M17Y0K7 
(17%,17%,0%,7%)
(0.17/0.17/0.00/0.07)	

CMYK yüzdeleri

%17.37
%16.53
%0
%7.45

Codes

Color #C3C5EC in popluar color models

C3C5EC
RGB195197236
HSL237°51.90%84.51%
HSB/HSV237°17.37%92.55%
CMYK17.37%16.53%0.00%
7.45%

Color #C3C5EC in popluar number systems.

HEXC3C5EC
Decimal195197236
Binary110000111100010111101100
Octal303305354

Shades and tints

Shades of #C3C5EC

#C3C5EC
(195,197,236)
#B2B4D7
(178,180,215)
#A1A3C2
(161,163,194)
#9092AD
(144,146,173)
#7F8198
(127,129,152)
#6E7083
(110,112,131)
#5D5F6E
(93,95,110)
#4C4E59
(76,78,89)
#3B3D44
(59,61,68)
#2A2C2F
(42,44,47)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #C3C5EC

#C3C5EC
(195,197,236)
#C8CAED
(200,202,237)
#CDCFEE
(205,207,238)
#D2D4EF
(210,212,239)
#D7D9F0
(215,217,240)
#DCDEF1
(220,222,241)
#E1E3F2
(225,227,242)
#E6E8F3
(230,232,243)
#EBEDF4
(235,237,244)
#F0F2F5
(240,242,245)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C5EC; }

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

This text font color is #C3C5EC.


Background Color

.myBgColor { background-color: #C3C5EC; }

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

This div background color is #C3C5EC.


Border color

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

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

This div border color is #C3C5EC.


Opacity

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

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

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

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

This text has shadow with #C3C5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C5EC on black background.


Color preview on white background

This text has color #C3C5EC on white background.



Black color preview on #C3C5EC background

This text has black color on #C3C5EC background.


White color preview on #C3C5EC background

This text has white color on #C3C5EC background.