COLOR #BEC775

HEX: #BEC775
RGB: (190,199,117)

Renk bilgisi

#BEC775 contains mainly red and green colors. #BEC775 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#BEC775 color RGB value is (190,199,117).

  • kırmız ton 190;
  • yeşil ton 199;
  • mavi ton 117.
RGB:
(190,199,117)
(75%,78%,46%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 199 of 255 = 78%
B 117 of 255 = 46%

190
199
117

R + G + B ~ 66%. #BEC775 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 199 + 117 = 506 (100%)
R 190 of 506 ~ 37.55%
G 199 of 506 ~ 39.33%
B 117 of 506 ~ 23.12%

%37.55
%39.33
%23.12

CMYK RENK MODELİ

#BEC775 rengi CMYK tonu (5,0,41,22).

  • camgöbeği tonu 4.52%
  • eflatun tonu 0.00%
  • sarı tonu 41.21%
  • ana renk tonu 21.96%
CMYK:
(5,0,41,22)
C5M0Y41K22 
(5%,0%,41%,22%)
(0.05/0.00/0.41/0.22)	

CMYK yüzdeleri

%4.52
%0
%41.21
%21.96

Codes

Color #BEC775 in popluar color models

BEC775
RGB190199117
HSL67°42.27%61.96%
HSB/HSV67°41.21%78.04%
CMYK4.52%0.00%41.21%
21.96%

Color #BEC775 in popluar number systems.

HEXBEC775
Decimal190199117
Binary10111110110001111110101
Octal276307165

Shades and tints

Shades of #BEC775

#BEC775
(190,199,117)
#ADB56B
(173,181,107)
#9CA361
(156,163,97)
#8B9157
(139,145,87)
#7A7F4D
(122,127,77)
#696D43
(105,109,67)
#585B39
(88,91,57)
#47492F
(71,73,47)
#363725
(54,55,37)
#25251B
(37,37,27)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #BEC775

#BEC775
(190,199,117)
#C3CC81
(195,204,129)
#C8D18D
(200,209,141)
#CDD699
(205,214,153)
#D2DBA5
(210,219,165)
#D7E0B1
(215,224,177)
#DCE5BD
(220,229,189)
#E1EAC9
(225,234,201)
#E6EFD5
(230,239,213)
#EBF4E1
(235,244,225)
#F0F9ED
(240,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC775 color. Also use rgb(190,199,117) instead hex code.

Text Font Color

.myTextColor { color: #BEC775; }

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

This text font color is #BEC775.


Background Color

.myBgColor { background-color: #BEC775; }

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

This div background color is #BEC775.


Border color

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

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

This div border color is #BEC775.


Opacity

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

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

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

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

This text has shadow with #BEC775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC775 on black background.


Color preview on white background

This text has color #BEC775 on white background.



Black color preview on #BEC775 background

This text has black color on #BEC775 background.


White color preview on #BEC775 background

This text has white color on #BEC775 background.