COLOR #C695B5

HEX: #C695B5
RGB: (198,149,181)

Renk bilgisi

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

RGB renk modeli

#C695B5 color RGB value is (198,149,181).

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

RGB bağlantıları ve doygunluk

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

198
149
181

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 149 + 181 = 528 (100%)
R 198 of 528 ~ 37.5%
G 149 of 528 ~ 28.22%
B 181 of 528 ~ 34.28%

%37.5
%28.22
%34.28

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.75%
  • sarı tonu 8.59%
  • 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
%8.59
%22.35

Codes

Color #C695B5 in popluar color models

C695B5
RGB198149181
HSL321°30.06%68.04%
HSB/HSV321°24.75%77.65%
CMYK0.00%24.75%8.59%
22.35%

Color #C695B5 in popluar number systems.

HEXC695B5
Decimal198149181
Binary110001101001010110110101
Octal306225265

Shades and tints

Shades of #C695B5

#C695B5
(198,149,181)
#B488A5
(180,136,165)
#A27B95
(162,123,149)
#906E85
(144,110,133)
#7E6175
(126,97,117)
#6C5465
(108,84,101)
#5A4755
(90,71,85)
#483A45
(72,58,69)
#362D35
(54,45,53)
#242025
(36,32,37)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #C695B5

#C695B5
(198,149,181)
#CB9EBB
(203,158,187)
#D0A7C1
(208,167,193)
#D5B0C7
(213,176,199)
#DAB9CD
(218,185,205)
#DFC2D3
(223,194,211)
#E4CBD9
(228,203,217)
#E9D4DF
(233,212,223)
#EEDDE5
(238,221,229)
#F3E6EB
(243,230,235)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C695B5; }

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

This text font color is #C695B5.


Background Color

.myBgColor { background-color: #C695B5; }

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

This div background color is #C695B5.


Border color

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

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

This div border color is #C695B5.


Opacity

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

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

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

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

This text has shadow with #C695B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C695B5 on black background.


Color preview on white background

This text has color #C695B5 on white background.



Black color preview on #C695B5 background

This text has black color on #C695B5 background.


White color preview on #C695B5 background

This text has white color on #C695B5 background.