COLOR #C695B4

HEX: #C695B4
RGB: (198,149,180)

Renk bilgisi

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

RGB renk modeli

#C695B4 color RGB value is (198,149,180).

  • kırmız ton 198;
  • yeşil ton 149;
  • mavi ton 180.
RGB:
(198,149,180)
(78%,58%,71%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 149 of 255 = 58%
B 180 of 255 = 71%

198
149
180

R + G + B ~ 69%. #C695B4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 149 + 180 = 527 (100%)
R 198 of 527 ~ 37.57%
G 149 of 527 ~ 28.27%
B 180 of 527 ~ 34.16%

%37.57
%28.27
%34.16

CMYK RENK MODELİ

#C695B4 rengi CMYK tonu (0,25,9,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.75%
  • sarı tonu 9.09%
  • ana renk tonu 22.35%
CMYK:
(0,25,9,22)
C0M25Y9K22 
(0%,25%,9%,22%)
(0.00/0.25/0.09/0.22)	

CMYK yüzdeleri

%0
%24.75
%9.09
%22.35

Codes

Color #C695B4 in popluar color models

C695B4
RGB198149180
HSL322°30.06%68.04%
HSB/HSV322°24.75%77.65%
CMYK0.00%24.75%9.09%
22.35%

Color #C695B4 in popluar number systems.

HEXC695B4
Decimal198149180
Binary110001101001010110110100
Octal306225264

Shades and tints

Shades of #C695B4

#C695B4
(198,149,180)
#B488A4
(180,136,164)
#A27B94
(162,123,148)
#906E84
(144,110,132)
#7E6174
(126,97,116)
#6C5464
(108,84,100)
#5A4754
(90,71,84)
#483A44
(72,58,68)
#362D34
(54,45,52)
#242024
(36,32,36)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #C695B4

#C695B4
(198,149,180)
#CB9EBA
(203,158,186)
#D0A7C0
(208,167,192)
#D5B0C6
(213,176,198)
#DAB9CC
(218,185,204)
#DFC2D2
(223,194,210)
#E4CBD8
(228,203,216)
#E9D4DE
(233,212,222)
#EEDDE4
(238,221,228)
#F3E6EA
(243,230,234)
#F8EFF0
(248,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C695B4 color. Also use rgb(198,149,180) instead hex code.

Text Font Color

.myTextColor { color: #C695B4; }

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

This text font color is #C695B4.


Background Color

.myBgColor { background-color: #C695B4; }

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

This div background color is #C695B4.


Border color

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

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

This div border color is #C695B4.


Opacity

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

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

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

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

This text has shadow with #C695B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C695B4 on black background.


Color preview on white background

This text has color #C695B4 on white background.



Black color preview on #C695B4 background

This text has black color on #C695B4 background.


White color preview on #C695B4 background

This text has white color on #C695B4 background.