COLOR #C5ADFA

HEX: #C5ADFA
RGB: (197,173,250)

Renk bilgisi

#C5ADFA contains mainly red and blue colors. #C5ADFA ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#C5ADFA color RGB value is (197,173,250).

  • kırmız ton 197;
  • yeşil ton 173;
  • mavi ton 250.
RGB:
(197,173,250)
(77%,68%,98%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 173 of 255 = 68%
B 250 of 255 = 98%

197
173
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 173 + 250 = 620 (100%)
R 197 of 620 ~ 31.77%
G 173 of 620 ~ 27.9%
B 250 of 620 ~ 40.32%

%31.77
%27.9
%40.32

CMYK RENK MODELİ

#C5ADFA rengi CMYK tonu (21,31,0,2).

  • camgöbeği tonu 21.20%
  • eflatun tonu 30.80%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(21,31,0,2)
C21M31Y0K2 
(21%,31%,0%,2%)
(0.21/0.31/0.00/0.02)	

CMYK yüzdeleri

%21.2
%30.8
%0
%1.96

Codes

Color #C5ADFA in popluar color models

C5ADFA
RGB197173250
HSL259°88.51%82.94%
HSB/HSV259°30.80%98.04%
CMYK21.20%30.80%0.00%
1.96%

Color #C5ADFA in popluar number systems.

HEXC5ADFA
Decimal197173250
Binary110001011010110111111010
Octal305255372

Shades and tints

Shades of #C5ADFA

#C5ADFA
(197,173,250)
#B49EE4
(180,158,228)
#A38FCE
(163,143,206)
#9280B8
(146,128,184)
#8171A2
(129,113,162)
#70628C
(112,98,140)
#5F5376
(95,83,118)
#4E4460
(78,68,96)
#3D354A
(61,53,74)
#2C2634
(44,38,52)
#1B171E
(27,23,30)
#000000
(0,0,0)

Tints of #C5ADFA

#C5ADFA
(197,173,250)
#CAB4FA
(202,180,250)
#CFBBFA
(207,187,250)
#D4C2FA
(212,194,250)
#D9C9FA
(217,201,250)
#DED0FA
(222,208,250)
#E3D7FA
(227,215,250)
#E8DEFA
(232,222,250)
#EDE5FA
(237,229,250)
#F2ECFA
(242,236,250)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5ADFA color. Also use rgb(197,173,250) instead hex code.

Text Font Color

.myTextColor { color: #C5ADFA; }

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

This text font color is #C5ADFA.


Background Color

.myBgColor { background-color: #C5ADFA; }

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

This div background color is #C5ADFA.


Border color

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

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

This div border color is #C5ADFA.


Opacity

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

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

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

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

This text has shadow with #C5ADFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ADFA on black background.


Color preview on white background

This text has color #C5ADFA on white background.



Black color preview on #C5ADFA background

This text has black color on #C5ADFA background.


White color preview on #C5ADFA background

This text has white color on #C5ADFA background.